let GuiceRule notify SystemReadyMonitor registered listeners
authorMichael Vorburger <vorburger@redhat.com>
Sat, 22 Dec 2018 02:33:14 +0000 (03:33 +0100)
committerTom Pantelis <tompantelis@gmail.com>
Tue, 8 Jan 2019 13:49:30 +0000 (13:49 +0000)
commitc9e301a2b839cfa80b26e47f53c9d25524960bf9
tree13e87d6955f4be3388f36ae48a1395fe9d80fed6
parente9c1521639ba7c8cee7f0f4287ddf327a85a5509
let GuiceRule notify SystemReadyMonitor registered listeners

It lets tests which rely on a fully working (not stubbed)
SystemReadyMonitor implementation simply bind one by using the
ReadyModule.

This comes out of https://github.com/vorburger/opendaylight-simple

Change-Id: I64892b0fcb1bb5de4ba8689b73239781be189fef
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
inject-guice-testutils/src/main/java/org/opendaylight/infrautils/inject/guice/testutils/GuiceRule.java
inject-guice/pom.xml [new file with mode: 0644]
inject/src/main/java/org/opendaylight/infrautils/inject/PostFullSystemInjectionListener.java [new file with mode: 0644]
pom.xml