#include "testprinter.h"#include "testcase.h"#include "test.h"#include "testresult.h"#include <stdio.h>Namespaces | |
| namespace | easyunit |
Classes | |
| class | easyunit::DefaultTestPrinter |
| This is the default testprinter used by easyunit testregistry when the user calls the runAndPrint() method without specifying a testprinter. More... | |
Enumerations | |
| enum | headerLevel { complete, normal, off } |
| Complete header level means that a header will be printed before the test details with all information available in the test result. More... | |
|
|
Complete header level means that a header will be printed before the test details with all information available in the test result. Normal header level means that a header will be printed before the test details with the most useful information available in the test result. Off header level means that no header will be printed before the test details. Whatever the level, there will always be a clear indication telling if there was a failure/error or not at the global level. |
1.3.8