#include <unit_test.h>
The template class.
- Namespace
- xtd::tunit
- Library
- xtd.tunit
|
| 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. More...
|
|
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 |
|
|
virtual int | list_tests (const std::vector< std::string > &tests) |
|
virtual bool | parse_arguments (const std::vector< std::string > &args) |
|
◆ run()
int xtd::tunit::unit_test::run |
( |
| ) |
|
|
inline |
Runs all tests in this UnitTest object and prints the result.
- Returns
- EXIT_SUCCESS (0) if succeed; otherwise return EXIT_FAILURE (1).
The documentation for this class was generated from the following file: