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

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp115 namespace test_helpers_detail { namespace
143 } // namespace test_helpers_detail
150 const std::pair< test_helpers_detail::string_vector,
151 test_helpers_detail::string_vector >
152 actual = test_helpers_detail::do_read< Reader >(input);
153 test_helpers_detail::check_equal(exp_calls, actual.first);
154 test_helpers_detail::check_equal(exp_errors, actual.second);
H A Dtest_helpers.cpp125 test_helpers_detail::check_equal(const char* expected[],

Completed in 158 milliseconds