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

Class ObjectTest

src/main/java/com/ObjectTest.java:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13@RunWith(JQF.class)
14public class ObjectTest {
15 @Fuzz
16 public void testGadgetChain(@From(ObjectGenerator.class) Object ExploitObject) throws Exception {
17 assertTrue(ExploitObject + " should be a gadget chain", ObjectLogic.isGadgetChain(ExploitObject));
18
19 }
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected