![]() |
Max OS 0.3
|
A class to run all tests. More...
#include <test.h>
Static Public Member Functions | |
| static void | test_kernel () |
| Setups the TestRunner and runs all kernel tests. | |
| static void | run_all_tests () |
| Runs all registered tests. | |
| static void | run_all_types (TestType type) |
| Runs all tests of a specific type. | |
| static void | add_all_tests () |
| Adds all predefined tests to the test runner. | |
| static void | add_test (Test *test) |
| Adds a test to the test runner. | |
|
static |
Adds all predefined tests to the test runner.
Definition at line 145 of file test.cpp.
Referenced by test_kernel().
|
static |
Adds a test to the test runner.
| test | The test to add |
Definition at line 138 of file test.cpp.
Referenced by MaxOS::tests::Test::Test().
|
static |
Runs all registered tests.
Definition at line 116 of file test.cpp.
References MaxOS::Logger::TEST().
Referenced by test_kernel().
|
static |
|
static |
Setups the TestRunner and runs all kernel tests.
Definition at line 152 of file test.cpp.
References add_all_tests(), and run_all_tests().