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 <tunit_event_args.h>
tunit_event_args is the base class for classes containing event data.
Inherited by xtd::tunit::class_event_args, and xtd::tunit::test_event_args.
Public Member Functions | |
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... | |
|
inlineexplicit |
Create a new instance of class tunit_event_args.
|
inline |
Gets current unit test.