Uses of Class
org.verifyica.api.SkipExecution
-
Uses of SkipExecution in org.verifyica.api
Methods in org.verifyica.api that throw SkipExecutionModifier and TypeMethodDescriptionstatic voidSkipExecution.ifFalse(boolean condition) Throws a SkipException if falsestatic voidThrows a SkipException if falsestatic voidSkipExecution.ifFalse(BooleanSupplier supplier) Throws a SkipException if falsestatic voidSkipExecution.ifFalse(BooleanSupplier supplier, String message) Throws a SkipException if falsestatic voidSkipExecution.ifTrue(BooleanSupplier supplier) Throws a SkipException if truestatic voidSkipExecution.ifTrue(BooleanSupplier supplier, String message) Throws a SkipException if true