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.
Views: 980 | | by Jason
View this tutorial