Uses of Class
org.verifyica.api.Execution.ExecutionSkippedException
-
Uses of Execution.ExecutionSkippedException in org.verifyica.api
Methods in org.verifyica.api that throw Execution.ExecutionSkippedExceptionModifier and TypeMethodDescriptionstatic voidExecution.skipIfCondition(boolean condition) Throws an ExecutionSkippedException if conditionstatic voidExecution.skipIfCondition(boolean condition, String message) Throws an ExecutionSkippedException if conditionstatic voidExecution.skipIfCondition(BooleanSupplier supplier) Throws an ExecutionSkippedException if conditionstatic voidExecution.skipIfCondition(BooleanSupplier supplier, String message) Throws an ExecutionSkippedException if conditionstatic voidExecution.skipIfNotCondition(boolean condition) Throws an ExecutionSkippedException if not conditionstatic voidExecution.skipIfNotCondition(boolean condition, String message) Throws an ExecutionSkippedException if not conditionstatic voidExecution.skipIfNotCondition(BooleanSupplier supplier) Throws an ExecutionSkippedException if not conditionstatic voidExecution.skipIfNotCondition(BooleanSupplier supplier, String message) Throws an ExecutionSkippedException if not condition