micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
|
#include <string_view>
#include <string>
#include "type-traits.h"
#include "test-suite.h"
#include "detail.h"
Go to the source code of this file.
Classes | |
struct | micro_os_plus::micro_test_plus::colors |
Colours used to highlight pass vs. fail. More... | |
class | micro_os_plus::micro_test_plus::test_reporter |
Reporter to display the test results. For failed tests it prints the actual values of the operands, with their types. More... | |
Namespaces | |
namespace | micro_os_plus |
namespace | micro_os_plus::micro_test_plus |
Typedefs | |
typedef verbosity | micro_os_plus::micro_test_plus::verbosity_t |
Enumerations | |
enum class | micro_os_plus::micro_test_plus::verbosity { micro_os_plus::micro_test_plus::silent = 0 , micro_os_plus::micro_test_plus::quiet = 1 , micro_os_plus::micro_test_plus::normal = 2 , micro_os_plus::micro_test_plus::verbose = 3 } |
The verbosity levels. More... | |
Functions | |
test_reporter & | micro_os_plus::micro_test_plus::endl (test_reporter &stream) |