XCTNSNotificationExpectation
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
- Ancestry: XCTestExpectation | XCTNSNotificationExpectation
constructor protected
// .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
constructor withNotification(aNotificationName: String) object(aObject: nullable Object) handler(aHandler: Handler)
// macOS
constructor withNotification(aNotificationName: String) object(aObject: nullable Object) handler(aHandler: XCTNSNotificationExpectation.Handler)
// .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
XCTNSNotificationExpectation withNotification(String aNotificationName) object(Object? aObject) handler(Handler aHandler)
// macOS
XCTNSNotificationExpectation withNotification(String aNotificationName) object(Object? aObject) handler(XCTNSNotificationExpectation.Handler aHandler)
init(withNotification aNotificationName: String, object aObject: NSObject?, handler aHandler: Handler)
XCTNSNotificationExpectation withNotification(String aNotificationName) object(Object aObject) handler(Handler aHandler)
// .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
Sub New withNotification(aNotificationName As String) object(aObject As Object?) handler(aHandler As Handler)
// macOS
Sub New withNotification(aNotificationName As String) object(aObject As Object?) handler(aHandler As XCTNSNotificationExpectation.Handler)
Parameters:
- aNotificationName:
- aObject:
- aHandler:
dispose protected override virtual .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
method dispose
void dispose()
func dispose()
void dispose()
Sub dispose()
dispose dispose() protected override Toffee
func dispose(dispose )
Parameters:
- :
dofulfill protected virtual (declared in XCTestExpectation)
void dofulfill(String aFile, Integer aLine, String aClass, String aMethod)
Parameters:
- aFile:
- aLine:
- aClass:
- aMethod:
fulfill virtual (declared in XCTestExpectation)
void fulfill(String aFile, Integer aLine, String aClass, String aMethod)
Parameters:
- aFile:
- aLine:
- aClass:
- aMethod:
isFulfilled protected virtual (declared in XCTestExpectation) .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, macOS, Toffee
property isFulfilled: Boolean read;
Boolean isFulfilled { get; }
var isFulfilled: Boolean { get{} }
ReadOnly Property isFulfilled() As Boolean
waitFor protected virtual (declared in XCTestExpectation)
method waitFor(aTimeout: TimeInterval): Boolean
Boolean waitFor(TimeInterval aTimeout)
func waitFor(_ aTimeout: TimeInterval) -> Boolean
Boolean waitFor(TimeInterval aTimeout)
Function waitFor(aTimeout As TimeInterval) As Boolean
Parameters:
- aTimeout:
isFulfilled protected virtual (declared in XCTestExpectation) .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, macOS, Toffee
constructor protected
// .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
constructor withNotification(aNotificationName: String) object(aObject: nullable Object) handler(aHandler: Handler)
// macOS
constructor withNotification(aNotificationName: String) object(aObject: nullable Object) handler(aHandler: XCTNSNotificationExpectation.Handler)
// .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
XCTNSNotificationExpectation withNotification(String aNotificationName) object(Object? aObject) handler(Handler aHandler)
// macOS
XCTNSNotificationExpectation withNotification(String aNotificationName) object(Object? aObject) handler(XCTNSNotificationExpectation.Handler aHandler)
init(withNotification aNotificationName: String, object aObject: NSObject?, handler aHandler: Handler)
XCTNSNotificationExpectation withNotification(String aNotificationName) object(Object aObject) handler(Handler aHandler)
// .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
Sub New withNotification(aNotificationName As String) object(aObject As Object?) handler(aHandler As Handler)
// macOS
Sub New withNotification(aNotificationName As String) object(aObject As Object?) handler(aHandler As XCTNSNotificationExpectation.Handler)
Parameters:
- aNotificationName:
- aObject:
- aHandler:
dispose protected override virtual .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
method dispose
void dispose()
func dispose()
void dispose()
Sub dispose()
dispose dispose() protected override Toffee
func dispose(dispose )
Parameters:
- :
dofulfill protected virtual (declared in XCTestExpectation)
void dofulfill(String aFile, Integer aLine, String aClass, String aMethod)
Parameters:
- aFile:
- aLine:
- aClass:
- aMethod:
fulfill virtual (declared in XCTestExpectation)
void fulfill(String aFile, Integer aLine, String aClass, String aMethod)
Parameters:
- aFile:
- aLine:
- aClass:
- aMethod:
waitFor protected virtual (declared in XCTestExpectation)
method waitFor(aTimeout: TimeInterval): Boolean
Boolean waitFor(TimeInterval aTimeout)
func waitFor(_ aTimeout: TimeInterval) -> Boolean
Boolean waitFor(TimeInterval aTimeout)
Function waitFor(aTimeout As TimeInterval) As Boolean
Parameters:
- aTimeout: