xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
xtd.tunit
include
xtd
tunit
test_state.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
test.h
"
6
8
namespace
xtd
{
10
namespace
tunit {
17
enum class
test_state
{
19
considered
,
21
ignored
22
};
23
}
24
}
xtd::tunit::test_state
test_state
Represent the test state enumeration used bu test.
Definition:
test_state.h:17
xtd::tunit::test_state::considered
@ considered
Test is considered.
xtd::tunit::test_state::ignored
@ ignored
Test is ignored.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
test.h
Contains xtd::tunit::test class.
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.