#include "simplestring.h"Namespaces | |
| namespace | easyunit |
Classes | |
| class | easyunit::TestPartResult |
| This class contains details about assertion processed during the execution of a Test. More... | |
Enumerations | |
| enum | testType { failure, success, error } |
| This enumeration contains the three states a TestPartResult can take. More... | |
|
|
This enumeration contains the three states a TestPartResult can take. A failure means that an assertion failed during the test. A success means that all assertion succeeded during the test. An error means that an exception was thrown during the test. |
1.3.8