Index

A C D E G H I L M N O P R S T V 
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 uses TestUtils.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 (and org.tquadrat.test may not be amongst these), or org.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.
A C D E G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form