()
| 49 | } |
| 50 | |
| 51 | @Test |
| 52 | void testPrependJVM() { |
| 53 | Options options = Options.parse("-pp"); |
| 54 | assertEquals(Options.getCurrentJavaVersion(), |
| 55 | options.getJavaVersion()); |
| 56 | } |
| 57 | |
| 58 | @Test |
| 59 | void testMainClass() { |
nothing calls this directly
no test coverage detected