Searched defs:test_case_result (Results 1 – 4 of 4) sorted by relevance
40 struct test_case_result { struct41 std::string m_state;42 int m_value;43 std::string m_reason;46 test_case_result(void) : in test_case_result() argument53 test_case_result(const std::string& p_state, const int p_value, in test_case_result() argument62 state(void) const in state()68 value(void) const in value()74 reason(void) const in reason()
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() argument64 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
45 struct test_case_result { struct46 enum state_enum {51 const state_enum state;52 const std::string& reason;54 test_case_result(const state_enum p_state, const std::string& p_reason) : in test_case_result() argument