Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- assertThatJDKAssertionAreEnabled() - Static method in class org.tquadrat.foundation.testutil.TestBaseClass
-
As the name of the method indicates, it asserts that the JDK assertions are enabled.
The method usesTestUtils.isAssertionOn()
to check whether JDK assertion is currently activated, meaning that the program was started with the command line flags-ea
or-enableassertions
.
Unfortunately, it is possible to activate assertions for some selected packages only (andorg.tquadrat.test
may not be amongst these), ororg.tquadrat.test
is explicitly disabled with-da
or-disableassertions
(or – most mean! - assertThatSystemPropertiesWereNotChanged() - Method in class org.tquadrat.foundation.testutil.TestBaseClass
-
As the name of the method indicates, it asserts that the system properties were not modified.
- assertThatThereAreNoMoreLiveThreadsThanBeforeSetup() - Method in class org.tquadrat.foundation.testutil.TestBaseClass
-
As the name of the method indicates, it asserts that there are no more living threads than there had been before setup.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form