Searched defs:test_case_result (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ | ||
H A D | reader.hpp | 45 struct test_case_result { struct in namespace:atf::atf_report 54 test_case_result(const state_enum p_state, const std::string& p_reason) : function in struct:atf::atf_report::test_case_result |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ | ||
H A D | test-program.hpp | 40 struct test_case_result { struct in namespace:atf::atf_run 46 test_case_result(void) : function in struct:atf::atf_run::test_case_result 53 test_case_result(const std::string& p_state, const int p_value, function in struct:atf::atf_run::test_case_result 101 test_case_result parse_test_case_result(const std::string&); 143 test_case_result read_test_case_result(const atf::fs::path&); |
Completed in 19 milliseconds