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

Contains tunit::test_state enum class. More...

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

Go to the source code of this file.

Namespaces

 tunit
 The tunit namespace contains a unit test library.
 

Enumerations

enum  tunit::test_state { tunit::test_state::considered, tunit::test_state::ignored }
 Represent the test state enumeration used bu test. More...
 

Detailed Description

Contains tunit::test_state enum class.