Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- isAssertionOn() - Static method in class org.tquadrat.foundation.testutil.TestUtils
-
Checks whether JDK assertion is currently activated, meaning that the program was started with the command line flags
-eaor-enableassertions. - isEmpty(CharSequence) - Static method in class org.tquadrat.foundation.testutil.TestUtils
-
Tests if the given String is
nullor the empty String. - isEmptyOrBlank(CharSequence) - Static method in class org.tquadrat.foundation.testutil.TestUtils
-
Tests if the given String is
null, the empty String, or just containing whitespace. - isNotEmpty(CharSequence) - Static method in class org.tquadrat.foundation.testutil.TestUtils
-
Tests if the given String is not
nulland not the empty String. - isNotEmptyOrBlank(CharSequence) - Static method in class org.tquadrat.foundation.testutil.TestUtils
-
Tests if the given String is not
null, not the empty String, and that it contains other characters than just whitespace.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
