|
micro-test-plus 3.2.1
The µTest++ Testing Framework
|
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::utility |
Functions | |
| template<class T = std::string_view, class Delim_T> | |
| auto | micro_os_plus::micro_test_plus::utility::split (T input, Delim_T delim) -> std::vector< T > |
| Split a string into a vector of sub-strings. | |
| template<typename Callable_T, typename... Args_T> | |
| void | micro_os_plus::micro_test_plus::test_case (const char *name, Callable_T &&callable, Args_T &&... arguments) |
| Define and execute a test case. | |