Searched refs:OcMethod (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_objc.hpp | 38 class OcMethod : public ITestInvoker { class 41 OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {} in OcMethod() function in Catch::OcMethod 53 virtual ~OcMethod() {} in ~OcMethod() 96 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2904 class OcMethod : public SharedImpl<ITestCase> { class 2907 OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {} in OcMethod() function in Catch::OcMethod 2919 virtual ~OcMethod() {} in ~OcMethod() 2961 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, name… in registerTestMethods()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 4275 class OcMethod : public ITestInvoker { class 4278 OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {} in OcMethod() function in Catch::OcMethod 4290 virtual ~OcMethod() {} in ~OcMethod() 4332 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods()
|