![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
Contains tunit::line_info class. More...
#include <ostream>#include <string>

Go to the source code of this file.
Classes | |
| class | tunit::line_info |
| line_info information class is used to store current file, current line and current function information. More... | |
Namespaces | |
| tunit | |
| The tunit namespace contains a unit test library. | |
Macros | |
| #define | line_info_ tunit::line_info {__func__, __FILE__, __LINE__} |
| Get tunit::line_info informations. More... | |
Contains tunit::line_info class.