Skip to content

Commit

Permalink
Xcode 5.1 (5B130a)
Browse files Browse the repository at this point in the history
  • Loading branch information
modocache committed Sep 30, 2015
1 parent 43fff37 commit 7ef0a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions XCTest.framework/MacOSX.platform/XCTestProbe.h
Expand Up @@ -24,6 +24,7 @@
+ (BOOL)isTesting;
+ (BOOL)isInverseTestScope;
+ (id)testScope;
+ (id)_scopeDictionary;
+ (BOOL)isLoadedFromTool;
+ (BOOL)isProcessActingAsTestRig;
+ (BOOL)isLoadedFromApplication;
Expand Down
1 change: 1 addition & 0 deletions XCTest.framework/iPhoneOS.platform/XCTestProbe.h
Expand Up @@ -24,6 +24,7 @@
+ (_Bool)isTesting;
+ (_Bool)isInverseTestScope;
+ (id)testScope;
+ (id)_scopeDictionary;
+ (_Bool)isLoadedFromTool;
+ (_Bool)isProcessActingAsTestRig;
+ (_Bool)isLoadedFromApplication;
Expand Down
1 change: 1 addition & 0 deletions XCTest.framework/iPhoneSimulator.platform/XCTestProbe.h
Expand Up @@ -24,6 +24,7 @@
+ (_Bool)isTesting;
+ (_Bool)isInverseTestScope;
+ (id)testScope;
+ (id)_scopeDictionary;
+ (_Bool)isLoadedFromTool;
+ (_Bool)isProcessActingAsTestRig;
+ (_Bool)isLoadedFromApplication;
Expand Down

0 comments on commit 7ef0a46

Please sign in to comment.