Searched defs:MyTestCase (Results 1 – 2 of 2) sorted by relevance
8 @interface MyTestCase : XCTestCase interface11 @implementation MyTestCase implementation32 @interface MyTestCase(cat) interface in cat36 @implementation MyTestCase(cat) implementation in cat
928 typedef testing::TestCase MyTestCase; typedef971 using MyTestCase = testing::TestCase; typedef