| Interface | Description |
|---|---|
| TestRunner |
A test adapter: 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 |
|---|---|
| AnnotationsHandlerRunner |
An engine that will handle various annotations defined by Junit-Servers:
TestServer
TestServerConfiguration
TestHttpClient
|
| EmbeddedServerRunner |
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 © 2019. All rights reserved.