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) Deprecated.Throws a SkipException if falsestatic voidDeprecated.Throws a SkipException if falsestatic voidSkipExecution.ifFalse(BooleanSupplier supplier) Deprecated.Throws a SkipException if falsestatic voidSkipExecution.ifFalse(BooleanSupplier supplier, String message) Deprecated.Throws a SkipException if falsestatic voidSkipExecution.ifTrue(BooleanSupplier supplier) Deprecated.Throws a SkipException if truestatic voidSkipExecution.ifTrue(BooleanSupplier supplier, String message) Deprecated.Throws a SkipException if true