https://github.com/apple/swift
Raw File
Tip revision: d9180d2cda5965315ab412df544351f5a29628a8 authored by Michael Gottesman on 31 July 2017, 22:11:55 UTC
Merge pull request #11261 from gottesmm/swift-4.0-branch_rdar33595317_1
Tip revision: d9180d2
XCTest.apinotes
---
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:)'
back to top