Searched refs:test_method (Results 1 – 2 of 2) sorted by relevance
91 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() \
239 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() argument267 … ut_detail::user_tc_method_invoker<InstanceType,UserTestCase>( user_test_case, test_method ) ); in make_test_case()