Class SkipUnstableTest
java.lang.Object
org.codice.ddf.itests.common.annotations.SkipUnstableTest
- All Implemented Interfaces:
ConditionalIgnoreRule.IgnoreCondition
Condition used by the
ConditionalIgnoreRule.IgnoreCondition to indicates that a test
should only be run if the "includeUnstableTests" system property is set to
true.
Note that you need the ConditionalIgnoreRule at the beginning of your test class in
order for the annotation to take effect.
Example:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INCLUDE_UNSTABLE_TESTS_PROPERTY
- See Also:
-
-
Constructor Details
-
SkipUnstableTest
public SkipUnstableTest()
-
-
Method Details
-
isSatisfied
public boolean isSatisfied()- Specified by:
isSatisfiedin interfaceConditionalIgnoreRule.IgnoreCondition
-