_XCTestSuiteImplementation.h 642 B

1234567891011121314151617181920212223
  1. //
  2. // Generated by class-dump 3.5 (64 bit).
  3. //
  4. // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
  5. //
  6. #import <XCTest/XCTest.h>
  7. @class NSMutableArray, NSString, XCTestConfiguration;
  8. @interface _XCTestSuiteImplementation : XCTest
  9. {
  10. NSString *_name;
  11. NSMutableArray *_tests;
  12. XCTestConfiguration *_testConfiguration;
  13. }
  14. @property(retain) XCTestConfiguration *testConfiguration; // @synthesize testConfiguration=_testConfiguration;
  15. @property(retain) NSMutableArray *tests; // @synthesize tests=_tests;
  16. @property(copy) NSString *name; // @synthesize name=_name;
  17. - (id)initWithName:(id)arg1;
  18. @end