6 #include "../tunit_export.h" 34 const std::shared_ptr<xtd::tunit::test_class>&
test()
const noexcept;
36 std::shared_ptr<xtd::tunit::test_class> tc_;
Represents a test method.
Definition: test.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Represents a test class.
Definition: test_class.h:39
Contains xtd::tunit::test_class class.
Represents the registered test class.
Definition: registered_test_class.h:20
The unit_test class is unit test base interface.
Definition: unit_test.h:35