Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
The ostream_unit_test class is ostream unit test interface.
Definition ostream_unit_test.hpp: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 xtd::array< 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 xtd::array< 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.hpp:29
#define tunit_export_
Define shared library export.
Definition tunit_export.hpp:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Contains xtd::tunit::ostream_event_listener class.
Contains xtd::tunit::unit_test class.