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

Contains tunit::class_initialize_attribute class. More...

#include "test.h"
Include dependency graph for class_initialize_attribute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tunit::class_initialize_attribute
 This attribute is use to add initialize class method to class test attribute. More...
 

Namespaces

 tunit
 The tunit namespace contains a unit test library.
 

Macros

#define class_initialize_(method_name)
 add initialize class method to class test. More...
 

Detailed Description