add working WebWiringTest illustrating ServletContextProvider in Guice
authorMichael Vorburger <mike@vorburger.ch>
Wed, 14 Feb 2018 02:17:59 +0000 (03:17 +0100)
committerMichael Vorburger <mike@vorburger.ch>
Wed, 1 Jul 2020 23:30:21 +0000 (01:30 +0200)
commit3688c4ec38845205dfbb502d113b3e25e5103034
tree22781a172d713ff34060e26897c8f59ad53259bb
parent310f49ade000130a6ba2a2b9a3aa13f49e388cb7
add working WebWiringTest illustrating ServletContextProvider in Guice

Signed-off-by: Michael Vorburger <mike@vorburger.ch>
src/main/java/org/opendaylight/infrautils/ready/SystemReadyBaseImpl.java [new file with mode: 0644]
src/main/java/org/opendaylight/infrautils/simple/ReadyWiring.java
src/main/java/org/opendaylight/infrautils/simple/jetty/JettyLauncher.java
src/main/java/org/opendaylight/infrautils/simple/jetty/WebWiring.java
src/test/java/org/opendaylight/infrautils/simple/jetty/test/JettyLauncherTest.java
src/test/java/org/opendaylight/infrautils/simple/jetty/test/WebWiringTest.java [new file with mode: 0644]