| Interface | Description |
|---|---|
| TestLifeCycleAdapter |
A test lifecycle engine: this is a class that implements commons test lifecycle hooks (before-all, before, after-all,
after), thus will be able to be used in various test engine:
JUnit 4 Rules.
JUnit 4 Runner.
JUnit Jupiter Extensions.
|
| Class | Description |
|---|---|
| AnnotationsHandlerTestLifeCycleAdapter |
An engine that will handle various annotations defined by Junit-Servers:
TestServer
TestServerConfiguration
TestHttpClient
|
| EmbeddedServerTestLifeCycleAdapter |
An engine that will handle the embedded server lifecycle:
Start embedded server before running any tests.
Stop embedded server after all tests are run.
|
| Servers |
Static utilities for server instantiation
and configuration.
|
Copyright © 2018. All rights reserved.