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

Method testHelp

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

Source from the content-addressed store, hash-verified

35public class OptionsTest {
36
37 @Test
38 void testHelp() {
39 Options options = Options.parse("--help");
40 if (options.isPrintHelp()) {
41 options.printHelp();
42 }
43 }
44
45 @Test
46 void testJavaVersion() {

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
isPrintHelpMethod · 0.95
printHelpMethod · 0.95

Tested by

no test coverage detected