Assertions
Tutorial Description - Assertions An assertion is a statement containing a boolean expression that is assumed to be true when the statement is executed. The system reports an AssertionError if the expression evaluates to false.
Home
»
Java
»
General Java