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)
Parameters:
- aFile:
- aLine:
- aClass:
- aMethod:
fulfill virtual (declared in XCTestExpectation)
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
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)
Parameters:
- aFile:
- aLine:
- aClass:
- aMethod:
fulfill virtual (declared in XCTestExpectation)
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: