micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
|
#include <micro-os-plus/micro-test-plus.h>
#include <cstring>
#include <stdio.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | micro_os_plus |
namespace | micro_os_plus::micro_test_plus |
namespace | micro_os_plus::micro_test_plus::detail |
Namespace with implementation details, not part of the public API. | |
namespace | micro_os_plus::micro_test_plus::reflection |
namespace | micro_os_plus::micro_test_plus::utility |
Functions | |
int | micro_os_plus::micro_test_plus::exit_code (void) |
Complete the test and return the exit code. | |
void | micro_os_plus::micro_test_plus::initialize (int argc, char *argv[], const char *name="Main") |
Initialize the test framework. | |
bool | micro_os_plus::micro_test_plus::utility::is_match (std::string_view input, std::string_view pattern) |
Check if a string matches a pattern. | |
const char * | micro_os_plus::micro_test_plus::reflection::short_name (const char *name) |