Package org.verifyica.api
Class SkipExecution
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.verifyica.api.SkipExecution
- All Implemented Interfaces:
Serializable
Class to implement SkipExecution
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidifFalse(boolean condition) Throws a SkipException if falsestatic voidThrows a SkipException if falsestatic voidifFalse(BooleanSupplier booleanSupplier) Throws a SkipException if falsestatic voidifFalse(BooleanSupplier booleanSupplier, String message) Throws a SkipException if falsestatic voidifTrue(boolean condition) Throws a SkipException if truestatic voidThrows a SkipException if truestatic voidifTrue(BooleanSupplier booleanSupplier) Throws a SkipException if truestatic voidifTrue(BooleanSupplier booleanSupplier, String message) Throws a SkipException if trueMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SkipExecution
public SkipExecution()Constructor -
SkipExecution
Constructor- Parameters:
message- message
-
-
Method Details
-
ifTrue
public static void ifTrue(boolean condition) Throws a SkipException if true- Parameters:
condition- condition- Throws:
SkipExecution- SkipExecution
-
ifTrue
Throws a SkipException if true- Parameters:
condition- conditionmessage- message- Throws:
SkipExecution- SkipExecution
-
ifTrue
Throws a SkipException if true- Parameters:
booleanSupplier- booleanSupplier- Throws:
SkipExecution- SkipExecution
-
ifTrue
Throws a SkipException if true- Parameters:
booleanSupplier- booleanSuppliermessage- message- Throws:
SkipExecution- SkipExecution
-
ifFalse
Throws a SkipException if false- Parameters:
condition- condition- Throws:
SkipExecution- SkipExecution
-
ifFalse
Throws a SkipException if false- Parameters:
condition- conditionmessage- message- Throws:
SkipExecution- SkipExecution
-
ifFalse
Throws a SkipException if false- Parameters:
booleanSupplier- booleanSupplier- Throws:
SkipExecution- SkipExecution
-
ifFalse
Throws a SkipException if false- Parameters:
booleanSupplier- booleanSuppliermessage- message- Throws:
SkipExecution- SkipExecution
-