xtd 0.2.0
Loading...
Searching...
No Matches

◆ list_tests()

int xtd::tunit::ostream_unit_test::list_tests ( const std::vector< xtd::string > &  tests)
overridevirtual

Lists the test names contained in the specified tests.

Parameters
testsThe list of test names.
Returns
The xtd::tunit::settings::exit_status value.
Remarks
This method does nothing by default. The inheritor must overload this method to act as it wants when the unit_lest is asked for the test list.
This method is typically used to display the list of tests in a stream, or whatever. It depends on the implementation chosen by the inheritor.

Reimplemented from xtd::tunit::unit_test.