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
-ea
or-enableassertions
. - isEmpty(CharSequence) - Static method in class org.tquadrat.foundation.testutil.TestUtils
-
Tests if the given String is
null
or 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
null
and 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