()
| 56 | } |
| 57 | |
| 58 | @Test |
| 59 | void testMainClass() { |
| 60 | Options options = Options.parse("-cp", "path/to/cp", "-m", "Main"); |
| 61 | assertEquals("Main", options.getMainClass()); |
| 62 | } |
| 63 | |
| 64 | @Test |
| 65 | void testAllowPhantom() { |
nothing calls this directly
no test coverage detected