XCTNSPredicateExpectation

Overview

Location

  • Reference:
    • EUnit.fx  Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, macOS
    • libEUnit.fx  Toffee
  • Namespace: RemObjects.Elements.EUnit.XCTest
  • Platforms: Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, macOS, Toffee
  • Ancestry: XCTestExpectation | XCTNSPredicateExpectation

 

constructor  protected

 

// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
constructor withPredicate(aPredicate: NSPredicate) evaluatedWith(aEvaluatedWith: nullable NSObject) handler(aHandler: Handler)
// macOS
constructor withPredicate(aPredicate: NSPredicate) evaluatedWith(aEvaluatedWith: nullable NSObject) handler(aHandler: XCTNSPredicateExpectation.Handler)

 

// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
XCTNSPredicateExpectation withPredicate(NSPredicate aPredicate) evaluatedWith(NSObject? aEvaluatedWith) handler(Handler aHandler)
// macOS
XCTNSPredicateExpectation withPredicate(NSPredicate aPredicate) evaluatedWith(NSObject? aEvaluatedWith) handler(XCTNSPredicateExpectation.Handler aHandler)

 

init(withPredicate aPredicate: NSPredicate, evaluatedWith aEvaluatedWith: NSObject?, handler aHandler: Handler)

 

// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
Sub New withPredicate(aPredicate As NSPredicate) evaluatedWith(aEvaluatedWith As NSObject?) handler(aHandler As Handler)
// macOS
Sub New withPredicate(aPredicate As NSPredicate) evaluatedWith(aEvaluatedWith As NSObject?) handler(aHandler As XCTNSPredicateExpectation.Handler)

Parameters:

  • aPredicate:
  • aEvaluatedWith:
  • aHandler:

dispose  protected virtual    (declared in XCTestExpectation) Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, macOS

 

method dispose

 

void dispose()

 

func dispose()

 

Sub dispose()

dispose dispose()  protected virtual    (declared in XCTestExpectation) Toffee

 

func dispose(dispose )

Parameters:

  • :

dofulfill  protected virtual    (declared in XCTestExpectation)

 

method dofulfill(aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void dofulfill(String aFile, Int32 aLine, String aClass, String aMethod)

 

func dofulfill(_ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

Sub dofulfill(aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • aFile:
  • aLine:
  • aClass:
  • aMethod:

fulfill  virtual    (declared in XCTestExpectation)

 

method fulfill(aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void fulfill(String aFile, Int32 aLine, String aClass, String aMethod)

 

func fulfill(_ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

Sub fulfill(aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • aFile:
  • aLine:
  • aClass:
  • aMethod:

isFulfilled  protected override

 

property isFulfilled: Boolean read;

 

Boolean isFulfilled { get; }

 

var isFulfilled: Boolean { get{} }

 

ReadOnly Property isFulfilled() As Boolean

waitFor  protected override

 

method waitFor(aTimeout: TimeInterval): Boolean

 

Boolean waitFor(TimeInterval aTimeout)

 

func waitFor(_ aTimeout: TimeInterval) -> Boolean

 

Function waitFor(aTimeout As TimeInterval) As Boolean

Parameters:

  • aTimeout:

 

isFulfilled  protected override

 

property isFulfilled: Boolean read;

 

Boolean isFulfilled { get; }

 

var isFulfilled: Boolean { get{} }

 

ReadOnly Property isFulfilled() As Boolean

 

constructor  protected

 

// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
constructor withPredicate(aPredicate: NSPredicate) evaluatedWith(aEvaluatedWith: nullable NSObject) handler(aHandler: Handler)
// macOS
constructor withPredicate(aPredicate: NSPredicate) evaluatedWith(aEvaluatedWith: nullable NSObject) handler(aHandler: XCTNSPredicateExpectation.Handler)

 

// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
XCTNSPredicateExpectation withPredicate(NSPredicate aPredicate) evaluatedWith(NSObject? aEvaluatedWith) handler(Handler aHandler)
// macOS
XCTNSPredicateExpectation withPredicate(NSPredicate aPredicate) evaluatedWith(NSObject? aEvaluatedWith) handler(XCTNSPredicateExpectation.Handler aHandler)

 

init(withPredicate aPredicate: NSPredicate, evaluatedWith aEvaluatedWith: NSObject?, handler aHandler: Handler)

 

// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
Sub New withPredicate(aPredicate As NSPredicate) evaluatedWith(aEvaluatedWith As NSObject?) handler(aHandler As Handler)
// macOS
Sub New withPredicate(aPredicate As NSPredicate) evaluatedWith(aEvaluatedWith As NSObject?) handler(aHandler As XCTNSPredicateExpectation.Handler)

Parameters:

  • aPredicate:
  • aEvaluatedWith:
  • aHandler:

dispose  protected virtual    (declared in XCTestExpectation) Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, macOS

 

method dispose

 

void dispose()

 

func dispose()

 

Sub dispose()

dispose dispose()  protected virtual    (declared in XCTestExpectation) Toffee

 

func dispose(dispose )

Parameters:

  • :

dofulfill  protected virtual    (declared in XCTestExpectation)

 

method dofulfill(aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void dofulfill(String aFile, Int32 aLine, String aClass, String aMethod)

 

func dofulfill(_ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

Sub dofulfill(aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • aFile:
  • aLine:
  • aClass:
  • aMethod:

fulfill  virtual    (declared in XCTestExpectation)

 

method fulfill(aFile: String; aLine: Int32; aClass: String; aMethod: String)

 

void fulfill(String aFile, Int32 aLine, String aClass, String aMethod)

 

func fulfill(_ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)

 

Sub fulfill(aFile As String, aLine As Int32, aClass As String, aMethod As String)

Parameters:

  • aFile:
  • aLine:
  • aClass:
  • aMethod:

waitFor  protected override

 

method waitFor(aTimeout: TimeInterval): Boolean

 

Boolean waitFor(TimeInterval aTimeout)

 

func waitFor(_ aTimeout: TimeInterval) -> Boolean

 

Function waitFor(aTimeout As TimeInterval) As Boolean

Parameters:

  • aTimeout: