![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
Provides data for the tunit::test events. More...
#include <test_event_args.h>


Public Member Functions | |
| test_event_args (const tunit::test &test, 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 & | test () const noexcept |
| Gets current test. 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::test events.
|
inlineexplicit |
Create a new instance of class class_event_args.
| test | Current testt. |
| test_class | Current test_class. |
|
inlinenoexcept |
Gets current test.
|
inlinenoexcept |
Gets current class test.
|
inlineinherited |
Gets current unit test.