Search in sources :

Example 1 with TomcatServer

use of reactor.netty.TomcatServer in project reactor-netty by reactor.

the class HttpClientWithTomcatTest method startTomcat.

@BeforeAll
static void startTomcat() throws Exception {
    tomcat = new TomcatServer();
    tomcat.createDefaultContext();
    tomcat.start();
}
Also used : TomcatServer(reactor.netty.TomcatServer) BeforeAll(org.junit.jupiter.api.BeforeAll)

Aggregations

BeforeAll (org.junit.jupiter.api.BeforeAll)1 TomcatServer (reactor.netty.TomcatServer)1