tunit - Reference Guide  1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
line_info.h File Reference

Contains tunit::line_info class. More...

#include <ostream>
#include <string>
Include dependency graph for line_info.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains tunit::line_info class.