Provides data for the xtd::tunit::test events.
Public Constructors | |
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. | |
Public Properties | |
const xtd::tunit::test & | test () const noexcept |
Gets current test. | |
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. | |
|
inlineexplicit |
Create a new instance of class class_event_args.
test | Current test. |
test_class | Current test_class. |
|
inlinenoexcept |
Gets current test.
|
inlinenoexcept |
Gets current class test.