Data structure to document failure of a single action. More...
Public Member Functions | |
| FailureInfo_t () | |
| FailureInfo_t (This_t &tc, const Action_t &action, unsigned int errors) | |
Public Attributes | |
| unsigned int | nAction {0} |
| ID of the action. More... | |
| std::string | description |
| description of the failed action More... | |
| unsigned int | nErrors {0} |
| number of detected errors More... | |
Data structure to document failure of a single action.
Definition at line 90 of file sparse_vector_test.cc.
|
inline |
Definition at line 95 of file sparse_vector_test.cc.
|
inline |
Definition at line 97 of file sparse_vector_test.cc.
| std::string TestManagerClass< T >::FailureInfo_t::description |
description of the failed action
Definition at line 92 of file sparse_vector_test.cc.
| unsigned int TestManagerClass< T >::FailureInfo_t::nAction {0} |
ID of the action.
Definition at line 91 of file sparse_vector_test.cc.
| unsigned int TestManagerClass< T >::FailureInfo_t::nErrors {0} |
number of detected errors
Definition at line 93 of file sparse_vector_test.cc.
1.8.11