| JUCE
    | 
| Classes | |
| class | UnitTest | 
| This is a base class for classes that perform a unit test.  More... | |
| class | UnitTestRunner | 
| Runs a set of unit tests.  More... | |
| struct | UnitTestRunner::TestResult | 
| Contains the results of a test.  More... | |
| Macros | |
| #define | expectDoesNotThrow(expr) | 
| Checks that the result of an expression does not throw an exception. | |
| #define | expectThrows(expr) | 
| Checks that the result of an expression throws an exception. | |
| #define | expectThrowsType(expr, type) | 
| Checks that the result of an expression throws an exception of a certain type. | |
| #define expectDoesNotThrow | ( | expr | ) | 
Checks that the result of an expression does not throw an exception.
| #define expectThrows | ( | expr | ) | 
Checks that the result of an expression throws an exception.
| #define expectThrowsType | ( | expr, | |
| type ) | 
Checks that the result of an expression throws an exception of a certain type.