| Interface | Description |
|---|---|
| AsyncEventsWaiter |
Allows tests to wait for asynchronous event processing to be done.
|
| DataBrokerFailures |
Configures a DataBroker to simulate failures, useful for tests.
|
| JobCoordinatorEventsWaiter |
| Class | Description |
|---|---|
| AbstractTestableListener |
Event listener which offer testability in asynchronous usage scenarios.
|
| DataBrokerFailuresImpl |
DataBroker with methods to simulate failures, useful for tests.
|
| DataBrokerFailuresModule |
Guice Module which correctly binds the
DataBrokerFailures. |
| DecrementingTestableDataTreeChangeDecoratorListener |
DataTreeChangeListener which decorates a TestableDataTreeChangeListener
but decrements instead of increments its consumed events.
|
| JobCoordinatorTestModule |
Guice Binding for using
JobCoordinator in components tests. |
| TestableDataTreeChangeListener |
DataTreeChangeListener useful for testing in asynchronous scenarios.
|
| TestableDataTreeChangeListenerModule |
Guice wiring module which binds a
TestableDataTreeChangeListener as
an AsyncEventsWaiter, and automatically registers all bound
ChainableDataTreeChangeListener to it. |
| TestableJobCoordinatorEventsWaiter |
Copyright © 2019 OpenDaylight. All rights reserved.