Class Precondition
java.lang.Object
org.antublue.test.engine.internal.util.Precondition
Class to check preconditions
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidMethod to validate a String is not null or blankstatic voidMethod to validate a String is not null or blankstatic voidMethod to validate an Object it not nullstatic voidMethod to validate an Object it not null
-
Method Details
-
notNull
Method to validate an Object it not null- Parameters:
object- object
-
notNull
Method to validate an Object it not null- Parameters:
object- objectmessage- message
-
notBlank
Method to validate a String is not null or blank- Parameters:
string- string
-
notBlank
Method to validate a String is not null or blank- Parameters:
string- stringmessage- message
-