File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ set(SWIFT_API_NOTES_INPUTS
15
15
TVServices
16
16
UIKit
17
17
WatchKit
18
- WebKit )
18
+ WebKit
19
+ XCTest )
19
20
20
21
if (NOT DEFINED SWIFT_API_NOTES_PATH )
21
22
message (FATAL_ERROR "Define SWIFT_API_NOTES_PATH before including this file" )
Original file line number Diff line number Diff line change
1
+ ---
2
+ Name: XCTest
3
+ Classes:
4
+ - Name: XCTestSuiteRun
5
+ Methods:
6
+ - Selector: 'addTestRun:'
7
+ MethodKind: Instance
8
+ SwiftName: 'addTestRun(_:)'
9
+ - Name: XCUIElementQuery
10
+ Methods:
11
+ - Selector: 'matchingPredicate:'
12
+ MethodKind: Instance
13
+ SwiftName: 'matching(_:)'
14
+ - Selector: 'matchingType:identifier:'
15
+ MethodKind: Instance
16
+ SwiftName: 'matching(_:identifier:)'
17
+ - Selector: 'matchingIdentifier:'
18
+ MethodKind: Instance
19
+ SwiftName: 'matching(identifier:)'
You can’t perform that action at this time.
0 commit comments