#include <tunit_event_args.h>
tunit_event_args is the base class for classes containing event data.
Constructors | |
tunit_event_args (const xtd::tunit::unit_test &unit_test) | |
Create a new instance of class tunit_event_args. More... | |
Properties | |
const xtd::tunit::unit_test & | unit_test () const |
Gets current unit test. More... | |
|
inlineexplicit |
Create a new instance of class tunit_event_args.
|
inline |