MCPcopy Create free account
hub / github.com/LFYSec/MScan / testPrependJVM

Method testPrependJVM

src/test/java/pascal/taie/config/OptionsTest.java:51–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
getCurrentJavaVersionMethod · 0.95
getJavaVersionMethod · 0.95

Tested by

no test coverage detected