51 int list_tests(
const std::vector<xtd::string>& tests)
override;
The ostream_unit_test class is ostream unit test interface.
Definition ostream_unit_test.h:22
int count_tests(int32 count) override
Counts the test names contained in the specified tests.
ostream_unit_test(std::ostream &os, int argc, char *argv[]) noexcept
Create a new console unit test with ostream specified, argv specified and argc specified.
int list_tests(const std::vector< xtd::string > &tests) override
Lists the test names contained in the specified tests.
ostream_unit_test(std::ostream &os) noexcept
Create a new console unit test with ostream specified.
void write_help()
Write usage help on the ostream of this instance.
bool parse_arguments(const std::vector< xtd::string > &args) override
Parses the specified arguments.
std::ostream & ostream()
Gets the ostream used by this instance.
The unit_test class is unit test base interface.
Definition unit_test.h:28
#define tunit_export_
Define shared library export.
Definition tunit_export.h:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::tunit::ostream_event_listener class.
Contains xtd::tunit::unit_test class.