tunit - Reference Guide  1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
test_state.h
Go to the documentation of this file.
1 #pragma once
4 #include "test.h"
5 
7 namespace tunit {
9  enum class test_state {
11  considered,
13  ignored
14  };
15 }
test_state
Represent the test state enumeration used bu test.
Definition: test_state.h:9
Contains tunit::test class.
Test is considered.
The tunit namespace contains a unit test library.
Definition: abort_error.h:8