Class TestMethodFilterRule

java.lang.Object
de.hsh.graja.modules.junit.api.TestMethodFilterRule
All Implemented Interfaces:
org.junit.rules.MethodRule

public abstract class TestMethodFilterRule extends Object implements org.junit.rules.MethodRule
Example usage:
  • Constructor Details

    • TestMethodFilterRule

      public TestMethodFilterRule()
  • Method Details

    • shouldSkip

      public abstract boolean shouldSkip(Method method)
    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
      Specified by:
      apply in interface org.junit.rules.MethodRule