Provides data for the xtd::tunit::class_test events.
Public Constructors | |
class_event_args (const xtd::tunit::test_class &test_class, const xtd::tunit::unit_test &unit_test) | |
Create a new instance of class class_event_args. | |
Public Properties | |
const xtd::tunit::test_class & | test_class () const noexcept |
Gets current class test. | |
Additional Inherited Members | |
Public Member Functions inherited from xtd::tunit::tunit_event_args | |
tunit_event_args (const xtd::tunit::unit_test &unit_test) | |
Create a new instance of class tunit_event_args. | |
const xtd::tunit::unit_test & | unit_test () const |
Gets current unit test. | |
|
inline |
Create a new instance of class class_event_args.
test_class | Current class_test. |
|
inlinenoexcept |
Gets current class test.