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

Method testGadgetChain

src/main/java/com/ObjectTest.java:15–19  ·  view source on GitHub ↗
(@From(ObjectGenerator.class) Object ExploitObject)

Source from the content-addressed store, hash-verified

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 1

isGadgetChainMethod · 0.95

Tested by

no test coverage detected