(String[] args)
| 148 | |
| 149 | |
| 150 | public VirtualMachine launch(String[] args) { |
| 151 | if (launchVirtualMachine(false, args)) { |
| 152 | generateTrace(); |
| 153 | } |
| 154 | return vm; |
| 155 | } |
| 156 | |
| 157 | |
| 158 | public VirtualMachine present(String[] args) { |
no test coverage detected