6#ifndef CHEBYSHEV_ERR_STRUCTURES_H
7#define CHEBYSHEV_ERR_STRUCTURES_H
24 std::string
name =
"unknown";
45 std::string
name =
"unknown";
66 std::string
name =
"unknown";
General namespace of the framework.
Definition benchmark.h:22
Result of assertion checking of a function.
Definition err_structures.h:21
std::string name
Identifying name of the function or test case.
Definition err_structures.h:24
bool evaluated
Evaluated boolean value.
Definition err_structures.h:27
bool quiet
Whether to print to standard output or not.
Definition err_structures.h:36
bool failed
Whether the test failed.
Definition err_structures.h:33
std::string description
Description of the assertion.
Definition err_structures.h:30
Result of errno checking of a function.
Definition err_structures.h:42
int evaluated
Evaluated errno value.
Definition err_structures.h:48
std::string name
Identifying name of the function or test case.
Definition err_structures.h:45
std::vector< int > expectedFlags
Expected errno flags.
Definition err_structures.h:51
bool quiet
Whether to print to standard output or not.
Definition err_structures.h:57
bool failed
Whether the test failed.
Definition err_structures.h:54
Result of exception checking of a function.
Definition err_structures.h:63
bool thrown
Whether the function has thrown.
Definition err_structures.h:69
std::string name
Identifying name of the function or test case.
Definition err_structures.h:66
bool correctType
Whether the type of the thrown exception was correct.
Definition err_structures.h:73
bool quiet
Whether to print to standard output or not.
Definition err_structures.h:79
bool failed
Whether the test failed.
Definition err_structures.h:76