Searched refs:test_helpers_detail (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp124 namespace test_helpers_detail { namespace
152 } // namespace test_helpers_detail
159 const std::pair< test_helpers_detail::string_vector,
160 test_helpers_detail::string_vector >
161 actual = test_helpers_detail::do_read< Reader >(input);
162 test_helpers_detail::check_equal(exp_calls, actual.first);
163 test_helpers_detail::check_equal(exp_errors, actual.second);
H A Dtest_helpers.cpp88 test_helpers_detail::check_equal(const char* expected[],

Completed in 14 milliseconds