![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
Provides data for the tunit::class_test events. More...
#include <class_event_args.h>
Public Member Functions | |
class_event_args (const tunit::test_class &test_class, const tunit::unit_test &unit_test) | |
Create a new instance of class class_event_args. More... | |
const tunit::test_class & | test_class () const noexcept |
Gets current class test. More... | |
const tunit::unit_test & | unit_test () const |
Gets current unit test. More... | |
Provides data for the tunit::class_test events.
|
inline |
Create a new instance of class class_event_args.
test_class | Current class_test. |
|
inlinenoexcept |
Gets current class test.
|
inlineinherited |
Gets current unit test.