Searched defs:test_case_result (Results 1 – 2 of 2) sorted by relevance
42 struct test_case_result { struct43 std::string m_state;44 int m_value;45 std::string m_reason;48 test_case_result(void) : in test_case_result() argument55 test_case_result(const std::string& p_state, const int p_value, in test_case_result() function64 state(void) const in state()70 value(void) const in value()76 reason(void) const in reason()
43 struct test_case_result { struct44 enum state_enum {49 const state_enum state;50 const std::string& reason;52 test_case_result(const state_enum p_state, const std::string& p_reason) : in test_case_result() argument