(String[] args)
| 142 | |
| 143 | |
| 144 | public VirtualMachine launch(String[] args) { |
| 145 | if (launchVirtualMachine(false, args)) { |
| 146 | generateTrace(); |
| 147 | } |
| 148 | return vm; |
| 149 | } |
| 150 | |
| 151 | |
| 152 | public VirtualMachine present(String[] args) { |
no test coverage detected