- notNegative(int) - Static method in class com.basilv.core.Assert
-
Fails the assertion if the integer is less than zero.
- notNegative(String, int) - Static method in class com.basilv.core.Assert
-
Fails the assertion if the integer is less than zero.
- notNull(Object) - Static method in class com.basilv.core.Assert
-
Fails the assertion if the specified object is null.
- notNull(String, Object) - Static method in class com.basilv.core.Assert
-
Fails the assertion if the specified object is null.
- notNullOrEmpty(String) - Static method in class com.basilv.core.Assert
-
Fails the assertion if the specified string is null or empty.
- notNullOrEmpty(String, String) - Static method in class com.basilv.core.Assert
-
Fails the assertion if the specified string is null or empty.