|
Assert
Provides runtime assertions
|
| ▼NWikimedia | |
| ▼NAssert | |
| CAssert | Assert provides functions for assorting preconditions (such as parameter types) and postconditions |
| CAssertionException | Marker interface for exceptions thrown by Assert |
| CInvariantException | Exception indicating that an invariant assertion failed |
| CParameterAssertionException | Exception indicating that an parameter assertion failed |
| CParameterElementTypeException | Exception indicating that a parameter element type assertion failed |
| CParameterKeyTypeException | Exception indicating that a parameter key type assertion failed |
| CParameterTypeException | Exception indicating that a parameter type assertion failed |
| CPostconditionException | Exception indicating that a postcondition assertion failed |
| CPreconditionException | Exception indicating that an precondition assertion failed |
| CUnreachableException | Exception indicating that a code path expected to be unreachable was reached |