Uses of Class
org.opennms.netmgt.mock.MockNotification
-
Packages that use MockNotification Package Description org.opennms.netmgt.mock -
-
Uses of MockNotification in org.opennms.netmgt.mock
Methods in org.opennms.netmgt.mock that return types with arguments of type MockNotification Modifier and Type Method Description java.util.Collection<MockNotification>
NotificationAnticipator. getAnticipatedNotifications()
java.util.Collection<MockNotification>
NotificationAnticipator. getUnanticipated()
java.util.Collection<MockNotification>
NotificationAnticipator. waitForAnticipated(long millis)
Methods in org.opennms.netmgt.mock with parameters of type MockNotification Modifier and Type Method Description void
NotificationAnticipator. anticipateNotification(MockNotification mn)
void
NotificationAnticipator. notificationReceived(MockNotification mn)
-