Files
swift-mirror/apinotes/XCTest.apinotes
Doug Gregor 57c607e339 [SE-0160] Map Clang's swift_objc_members attribute to @objcMembers.
This finishes the implementation of SE-0160, tracked by SR-4481 /
rdar://problem/28497874.
2017-04-03 11:48:55 -07:00

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:)'