Package org.soulwing.s2ks.junit
Class ConditionalIgnoreRule
- java.lang.Object
-
- org.soulwing.s2ks.junit.ConditionalIgnoreRule
-
- All Implemented Interfaces:
org.junit.rules.MethodRule
public class ConditionalIgnoreRule extends java.lang.Object implements org.junit.rules.MethodRule
A rule to conditionally ignore tests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConditionalIgnoreRule.IgnoreCondition
-
Constructor Summary
Constructors Constructor Description ConditionalIgnoreRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, java.lang.Object target)
-