![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
tunit_event_args is the base class for classes containing event data. More...
#include <tunit_event_args.h>
Public Member Functions | |
tunit_event_args (const tunit::unit_test &unit_test) | |
Create a new instance of class tunit_event_args. More... | |
const tunit::unit_test & | unit_test () const |
Gets current unit test. More... | |
tunit_event_args is the base class for classes containing event data.
|
inlineexplicit |
Create a new instance of class tunit_event_args.
|
inline |
Gets current unit test.