MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / testWithGenerator

Method testWithGenerator

src/test/java/examples/CompilerTest.java:50–54  ·  view source on GitHub ↗

Entry point for fuzzing with default (arbitrary) string generator

(@From(JavaScriptCodeGenerator.class) String code)

Source from the content-addressed store, hash-verified

48
49 /** Entry point for fuzzing with default (arbitrary) string generator */
50 @Fuzz
51 public void testWithGenerator(@From(JavaScriptCodeGenerator.class) String code) {
52 SourceFile input = SourceFile.fromCode("input", code);
53 compile(input);
54 }
55}

Callers

nothing calls this directly

Calls 1

compileMethod · 0.95

Tested by

no test coverage detected