Searched refs:OcMethod (Results 1 – 1 of 1) sorted by relevance
4814 class OcMethod : public ITestInvoker { class4817 OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {} in OcMethod() function in Catch::OcMethod4829 virtual ~OcMethod() {} in ~OcMethod()4871 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods()