Home
last modified time | relevance | path

Searched refs:test_method (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite.hpp91 struct test_name : public F { void test_method(); }; \
96 t.test_method(); \
107 void test_name::test_method() \
125 { void test_method(); }; \
132 t.test_method(); \
142 void test_name<type_name>::test_method() \
Dunit_test_suite_impl.hpp239 user_tc_method_invoker( shared_ptr<InstanceType> inst, TestMethod test_method ) in user_tc_method_invoker()
240 : m_inst( inst ), m_test_method( test_method ) {} in user_tc_method_invoker()
262 make_test_case( void (UserTestCase::* test_method )(), in make_test_case() argument
267 … ut_detail::user_tc_method_invoker<InstanceType,UserTestCase>( user_test_case, test_method ) ); in make_test_case()