Class JUnitRouteTestBase

java.lang.Object
org.apache.pekko.http.javadsl.server.directives.BasicDirectives
org.apache.pekko.http.javadsl.server.directives.CacheConditionDirectives
org.apache.pekko.http.javadsl.server.directives.CodingDirectives
org.apache.pekko.http.javadsl.server.directives.CookieDirectives
org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
org.apache.pekko.http.javadsl.server.directives.ExecutionDirectives
org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
All Implemented Interfaces:
WSTestRequestBuilding
Direct Known Subclasses:
JUnitRouteTest

public abstract class JUnitRouteTestBase extends RouteTest
A RouteTest that uses JUnit assertions. ActorSystem and Materializer are provided as an ExternalResource and their lifetime is automatically managed.