XCTWaiter

Overview

Location

  • Reference:
    • RemObjects.Elements.EUnit.dll  .NET, .NET Standard 2.0
    • remobjects.elements.eunit.jar  Cooper
    • EUnit.fx  Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows, macOS
    • libEUnit.fx  Toffee
  • Namespace: RemObjects.Elements.EUnit.XCTest
  • Platforms: .NET, .NET Standard 2.0, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows, macOS, Toffee

 

constructor

 

constructor withDelegate(aDelegate: nullable IXCTWaiterDelegate)

 

XCTWaiter withDelegate(IXCTWaiterDelegate? aDelegate)

 

init(withDelegate aDelegate: IXCTWaiterDelegate?)

 

XCTWaiter withDelegate(IXCTWaiterDelegate aDelegate)

 

Sub New withDelegate(aDelegate As IXCTWaiterDelegate?)

Parameters:

  • aDelegate:

delegate  virtual

 

property delegate: nullable IXCTWaiterDelegate read write;

 

IXCTWaiterDelegate? delegate { get; set; }

 

var delegate: IXCTWaiterDelegate? { get{} set{} }

 

IXCTWaiterDelegate delegate { __get; __set; }

 

Property delegate() As IXCTWaiterDelegate?

wait for(List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

wait for(List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment:

wait for(List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

static func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

wait for(List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

static func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

static func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

static func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment:

 

delegate  virtual

 

property delegate: nullable IXCTWaiterDelegate read write;

 

IXCTWaiterDelegate? delegate { get; set; }

 

var delegate: IXCTWaiterDelegate? { get{} set{} }

 

IXCTWaiterDelegate delegate { __get; __set; }

 

Property delegate() As IXCTWaiterDelegate?

 

wait for(List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

static func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

wait for(List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
class method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

static func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

static XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Shared Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

static func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
class method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

static func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

static XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Shared Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment:

 

constructor

 

constructor withDelegate(aDelegate: nullable IXCTWaiterDelegate)

 

XCTWaiter withDelegate(IXCTWaiterDelegate? aDelegate)

 

init(withDelegate aDelegate: IXCTWaiterDelegate?)

 

XCTWaiter withDelegate(IXCTWaiterDelegate aDelegate)

 

Sub New withDelegate(aDelegate As IXCTWaiterDelegate?)

Parameters:

  • aDelegate:

wait for(List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

wait for(List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
method wait for(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

func wait(for expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

XCTWaiterResult wait for(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Function wait for(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult
// macOS
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)
// macOS
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval) -> XCTWaiterResult

 

XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult
// macOS
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:

waitForExpectations (List<XCTestExpectation>) timeout(TimeInterval) enforceOrder(Boolean): XCTWaiterResult  virtual

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult
// macOS
method waitForExpectations(expectations: List<XCTestExpectation>) timeout(seconds: TimeInterval) enforceOrder(enforceOrderOfFulfillment: Boolean): XCTWaiterResult

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)
// macOS
XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

func waitForExpectations(_ expectations: List<XCTestExpectation>, timeout seconds: TimeInterval, enforceOrder enforceOrderOfFulfillment: Boolean) -> XCTWaiterResult

 

XCTWaiterResult waitForExpectations(List<XCTestExpectation> expectations) timeout(TimeInterval seconds) enforceOrder(Boolean enforceOrderOfFulfillment)

 

// .NET, .NET Standard 2.0, Island-Android, Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult
// macOS
Function waitForExpectations(expectations As List<XCTestExpectation>) timeout(seconds As TimeInterval) enforceOrder(enforceOrderOfFulfillment As Boolean) As XCTWaiterResult

Parameters:

  • expectations:
  • seconds:
  • enforceOrderOfFulfillment: