Package net.officefloor.test.skip
Interface SkipExtension.SkipCondition
- Enclosing class:
- SkipExtension
public static interface SkipExtension.SkipCondition
Condition for skipping.
-
Method Summary
Modifier and TypeMethodDescriptionObtains message indicating reason for skipping.booleanisSkip()Indicates whether to skip.
-
Method Details
-
isSkip
boolean isSkip()Indicates whether to skip.- Returns:
trueto skip test.
-
getSkipMessage
String getSkipMessage()Obtains message indicating reason for skipping.- Returns:
- Message indicating reason for skipping.
-