| 12345678910111213141516171819 |
- //
- // Generated by class-dump 3.5 (64 bit).
- //
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
- //
- #import <XCTest/XCTestSuite.h>
- @interface XCTestCaseSuite : XCTestSuite
- {
- Class _testCaseClass;
- }
- + (id)emptyTestSuiteForTestCaseClass:(Class)arg1;
- - (void)tearDown;
- - (void)setUp;
- - (id)initWithTestCaseClass:(Class)arg1;
- @end
|