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
}
tunit::test_state
test_state
Represent the test state enumeration used bu test.
Definition:
test_state.h:9
test.h
Contains tunit::test class.
tunit::test_state::ignored
Test is ignored.
tunit::test_state::considered
Test is considered.
tunit
The tunit namespace contains a unit test library.
Definition:
abort_error.h:8
src
tunit
include
tunit
test_state.h
Generated on Fri Sep 24 2021 06:46:04 for tunit - Reference Guide by
Gammasoft
. All rights reserved.