#include <class_event_args.h>
Provides data for the xtd::tunit::class_test events.
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. More... | |
Properties | |
const xtd::tunit::test_class & | test_class () const noexcept |
Gets current class test. More... | |
Additional Inherited Members | |
![]() | |
tunit_event_args (const xtd::tunit::unit_test &unit_test) | |
Create a new instance of class tunit_event_args. More... | |
const xtd::tunit::unit_test & | unit_test () const |
Gets current unit test. More... | |
|
inline |
Create a new instance of class class_event_args.
test_class | Current class_test. |
|
inlinenoexcept |