xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <unit_test.h>
Inherited by xtd::tunit::ostream_unit_test.
Public Member Functions | |
unit_test (std::unique_ptr< xtd::tunit::event_listener > event_listener) noexcept | |
unit_test (std::unique_ptr< xtd::tunit::event_listener > event_listener, int argc, char *argv[]) noexcept | |
size_t | aborted_test_count () const noexcept |
std::vector< std::string > | aborted_test_names () const noexcept |
std::chrono::milliseconds | elapsed_time () const noexcept |
size_t | failed_test_count () const noexcept |
std::vector< std::string > | failed_test_names () const noexcept |
size_t | ignored_test_count () const noexcept |
std::vector< std::string > | ignored_test_names () const noexcept |
int | repeat_iteration () const noexcept |
int | repeat_iteration_count () const noexcept |
bool | repeat_tests () const noexcept |
int | run () |
Runs all tests in this UnitTest object and prints the result. | |
size_t | succeed_test_count () const noexcept |
std::vector< std::string > | succeed_test_names () const noexcept |
size_t | test_cases_count () const noexcept |
size_t | test_count () const noexcept |
Protected Member Functions | |
virtual int | list_tests (const std::vector< std::string > &tests) |
virtual bool | parse_arguments (const std::vector< std::string > &args) |
|
inline |
Runs all tests in this UnitTest object and prints the result.