|
fiber
|
#include <TestFramework.hpp>
Public Types | |
| enum class | Type { Pass , Fail } |
Public Member Functions | |
| constexpr | TestResult ()=default |
| constexpr | TestResult (Type type) |
| constexpr | TestResult (size_t passed, size_t failed) |
Public Attributes | |
| size_t | passed = 0 |
| size_t | failed = 0 |
|
strong |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
| size_t fiber::TestResult::failed = 0 |
| size_t fiber::TestResult::passed = 0 |