Categories of assertions, essentially the software unit that the assertion belongs to
Types of assertions, essentially the place where an assertion is put
Assertions about the construction of an object of a class
Method-internal assertions (invariants)
Method-internal assertions (invariants)
Postconditions of methods
Postconditions of methods
Postconditions of methods
Preconditions of methods
Preconditions of methods
Preconditions of methods
Assertions about the construction of an object of a class, output a warning in case of violations
Postconditions of methods, output a warning in case of violations
Postconditions of methods, output a warning in case of violations
Preconditions of methods, output a warning in case of violations
Preconditions of methods, output a warning in case of violations
(Since version ) see corresponding Javadoc for more information.
A collect of methods for writing runtime assertions and inserting debugging information. In particular, here the different categories and types of assertions are defined and can be switched on and off.