Package akka.http.javadsl.testkit
-
Interface Summary Interface Description TestRoute A wrapped route that has arun
method to run a request through the underlying route to create aTestResponse
.WSTestRequestBuilding -
Class Summary Class Description ActorSystemResource DefaultHostInfo DefaultHostInfo$ JUnitRouteTest JUnitRouteTestBase A RouteTest that uses JUnit assertions.RouteTest A base class to create route tests for testing libraries.TestRouteResult A wrapper for route results.WSProbe A WSProbe is a probe that implements aFlow[Message, Message, Unit]
for testing websocket code.WSProbe$