XCTKVOExpectation
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 | XCTKVOExpectation
constructor withObject(not nullable NSObject) keyPath(String) expectedValue(nullable Object) protected
constructor withObject(aObject: not nullable NSObject) keyPath(aKeyPath: String) expectedValue(aExpectedValue: nullable Object)
XCTKVOExpectation withObject(NSObject! aObject) keyPath(String aKeyPath) expectedValue(Object? aExpectedValue)
Parameters:
- aObject:
- aKeyPath:
- aExpectedValue:
// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
constructor withObject(aObject: not nullable NSObject) keyPath(aKeyPath: String) handler(aHandler: Handler)
// macOS
constructor withObject(aObject: not nullable NSObject) keyPath(aKeyPath: String) handler(aHandler: XCTKVOExpectation.Handler)
// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
XCTKVOExpectation withObject(NSObject! aObject) keyPath(String aKeyPath) handler(Handler aHandler)
// macOS
XCTKVOExpectation withObject(NSObject! aObject) keyPath(String aKeyPath) handler(XCTKVOExpectation.Handler aHandler)
// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
Sub New withObject(aObject As NSObject) keyPath(aKeyPath As String) handler(aHandler As Handler)
// macOS
Sub New withObject(aObject As NSObject) keyPath(aKeyPath As String) handler(aHandler As XCTKVOExpectation.Handler)
Parameters:
- aObject:
- aKeyPath:
- 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
observeValueForKeyPath override
method observeValueForKeyPath(keyPath: NSString) ofObject(object: nullable id) change(aChanges: NSDictionary<NSString, id>) context(context: ^void)
void observeValueForKeyPath(NSString keyPath) ofObject(id? object) change(NSDictionary<NSString, id> aChanges) context(void* context)
Parameters:
- keyPath:
- object:
- aChanges:
- context:
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 withObject(not nullable NSObject) keyPath(String) expectedValue(nullable Object) protected
constructor withObject(aObject: not nullable NSObject) keyPath(aKeyPath: String) expectedValue(aExpectedValue: nullable Object)
XCTKVOExpectation withObject(NSObject! aObject) keyPath(String aKeyPath) expectedValue(Object? aExpectedValue)
Parameters:
- aObject:
- aKeyPath:
- aExpectedValue:
// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
constructor withObject(aObject: not nullable NSObject) keyPath(aKeyPath: String) handler(aHandler: Handler)
// macOS
constructor withObject(aObject: not nullable NSObject) keyPath(aKeyPath: String) handler(aHandler: XCTKVOExpectation.Handler)
// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
XCTKVOExpectation withObject(NSObject! aObject) keyPath(String aKeyPath) handler(Handler aHandler)
// macOS
XCTKVOExpectation withObject(NSObject! aObject) keyPath(String aKeyPath) handler(XCTKVOExpectation.Handler aHandler)
// Island-iOS, Island-iOS Simulator, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
Sub New withObject(aObject As NSObject) keyPath(aKeyPath As String) handler(aHandler As Handler)
// macOS
Sub New withObject(aObject As NSObject) keyPath(aKeyPath As String) handler(aHandler As XCTKVOExpectation.Handler)
Parameters:
- aObject:
- aKeyPath:
- 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:
observeValueForKeyPath override
method observeValueForKeyPath(keyPath: NSString) ofObject(object: nullable id) change(aChanges: NSDictionary<NSString, id>) context(context: ^void)
void observeValueForKeyPath(NSString keyPath) ofObject(id? object) change(NSDictionary<NSString, id> aChanges) context(void* context)
Parameters:
- keyPath:
- object:
- aChanges:
- context:
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: