Class IgnoreUnfinishedRule

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

public class IgnoreUnfinishedRule extends Object implements org.junit.rules.TestRule
A test rule which processes the IgnoreUnfinished annotation

This must be included in your test case (or a superclass) as a field with the Rule annotation. It's included in the AbstractGenericTest, so most Ghidra test classes already have it.

  • Constructor Details

    • IgnoreUnfinishedRule

      public IgnoreUnfinishedRule()
  • 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