Class RepeatedTestRule

java.lang.Object
generic.test.rule.RepeatedTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class RepeatedTestRule extends Object implements 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 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 interface org.junit.rules.TestRule