- The ASSERT statement is used for displaying text when certain conditions are met
- ASSERT statement classifies the text message in four categories
- Note -- relays information about conditions to the user
- Warning -- alerts the user to conditions that are not expected, but not fatal
- Error -- relays conditions that will cause the model to work incorrectly
- Failure -- alerts the user to conditions that are catastrophic