Package com.github.mjeanroy.junit.servers.engine


package com.github.mjeanroy.junit.servers.engine
  • Class
    Description
    An engine that will handle various annotations defined by Junit-Servers: TestServer TestServerConfiguration TestHttpClient
    An engine that will handle the embedded server lifecycle: Start embedded server before running any tests. Stop embedded server after all tests are run.
    Static utilities for server instantiation and configuration.
    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.