Represents a test class.
Definition test_class.h:39
Provides data for the xtd::tunit::test events.
Definition test_event_args.h:19
test_event_args(const xtd::tunit::test &test, const xtd::tunit::test_class &test_class, const xtd::tunit::unit_test &unit_test)
Create a new instance of class class_event_args.
Definition test_event_args.h:27
const xtd::tunit::test & test() const noexcept
Gets current test.
Definition test_event_args.h:35
const xtd::tunit::test_class & test_class() const noexcept
Gets current class test.
Definition test_event_args.h:39
Represents a test method.
Definition test.h:29
tunit_event_args is the base class for classes containing event data.
Definition tunit_event_args.h:19
The unit_test class is unit test base interface.
Definition unit_test.h:28
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::tunit::test class.
Contains xtd::tunit::test_class class.
Contains xtd::tunit::tunit_event_args class.