init(notificationName:)
Creates an expectation that waits for a Darwin notification with the specified name to be posted.
Declaration
init(notificationName: String)Parameters
- notificationName:
The notification name to watch for.
Creates an expectation that waits for a Darwin notification with the specified name to be posted.
init(notificationName: String)The notification name to watch for.