XCTest.h 943 B

12345678910111213141516171819202122232425262728293031323334
  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. @class NSString, XCTestRun;
  7. @interface XCTest : NSObject
  8. {
  9. id _internal;
  10. }
  11. @property(readonly) NSString *nameForLegacyLogging;
  12. @property(readonly) NSString *languageAgnosticTestMethodName;
  13. @property(readonly) NSString *languageAgnosticTestClassName;
  14. @property(readonly) XCTestRun *testRun;
  15. @property(readonly) Class testRunClass;
  16. @property(readonly) Class _requiredTestRunBaseClass;
  17. @property(readonly, copy) NSString *name;
  18. @property(readonly) unsigned long long testCaseCount;
  19. @property(readonly) NSString *_methodNameForReporting;
  20. @property(readonly) NSString *_classNameForReporting;
  21. + (id)languageAgnosticTestClassNameForTestClass:(Class)arg1;
  22. - (void)tearDown;
  23. - (void)setUp;
  24. - (void)runTest;
  25. - (id)run;
  26. - (void)performTest:(id)arg1;
  27. - (id)init;
  28. - (void)removeTestsWithNames:(id)arg1;
  29. @end