Home
last modified time | relevance | path

Searched defs:test_case_result (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dtest-program.hpp42 struct test_case_result { struct
43 std::string m_state;
44 int m_value;
45 std::string m_reason;
48 test_case_result(void) : in test_case_result() argument
55 test_case_result(const std::string& p_state, const int p_value, in test_case_result() function
64 state(void) const in state()
70 value(void) const in value()
76 reason(void) const in reason()
H A Dreader.hpp43 struct test_case_result { struct
44 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