Package generic.test.rule
Class RepeatedTestRule
java.lang.Object
generic.test.rule.RepeatedTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
A test rule which processes the
Repeated
annotation
This must be included in your test case (or a superclass) as a field with the Rule
annotation. It's included in AbstractGenericTest
, so most Ghidra test classes already
have it.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
RepeatedTestRule
public RepeatedTestRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-