xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <class_event_args.h>
Inherits xtd::tunit::tunit_event_args.
Public Member Functions | |
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... | |
const xtd::tunit::test_class & | test_class () const noexcept |
Gets current class test. More... | |
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. 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 |
Gets current class test.