(@From(ObjectGenerator.class) Object ExploitObject)
| 13 | @RunWith(JQF.class) |
| 14 | public 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 | } |
nothing calls this directly
no test coverage detected