public class MockUnparsedNotificationCallback implements UnparsedNotificationCallbackBeta
Mock for the UnparsedNotificationCallback class.
Implements
UnparsedNotificationCallbackConstructors
MockUnparsedNotificationCallback()
public MockUnparsedNotificationCallback()Methods
onNotification(StoredChannel storedChannel, UnparsedNotification notification)
public void onNotification(StoredChannel storedChannel, UnparsedNotification notification)Handles a received unparsed notification.
| Name | Description |
| storedChannel | StoredChannel |
| notification | UnparsedNotification |
| Type | Description |
| IOException |
wasCalled()
public boolean wasCalled()Returns whether this handler was called.
| Type | Description |
| boolean |