mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This finishes the implementation of SE-0160, tracked by SR-4481 / rdar://problem/28497874.
29 lines
781 B
Plaintext
29 lines
781 B
Plaintext
---
|
|
Name: XCTest
|
|
Classes:
|
|
- Name: XCTestSuiteRun
|
|
Methods:
|
|
- Selector: 'addTestRun:'
|
|
MethodKind: Instance
|
|
SwiftName: 'addTestRun(_:)'
|
|
- Name: XCUIElementQuery
|
|
Methods:
|
|
- Selector: 'matchingPredicate:'
|
|
MethodKind: Instance
|
|
SwiftName: 'matching(_:)'
|
|
- Selector: 'matchingType:identifier:'
|
|
MethodKind: Instance
|
|
SwiftName: 'matching(_:identifier:)'
|
|
- Selector: 'matchingIdentifier:'
|
|
MethodKind: Instance
|
|
SwiftName: 'matching(identifier:)'
|
|
- Name: XCTestCase
|
|
SwiftObjCMembers: true
|
|
Methods:
|
|
- Selector: 'waitForExpectationsWithTimeout:handler:'
|
|
MethodKind: Instance
|
|
SwiftName: 'waitForExpectations(timeout:handler:)'
|
|
- Selector: 'expectationWithDescription:'
|
|
MethodKind: Instance
|
|
SwiftName: 'expectation(description:)'
|