Uses of Interface
io.helidon.webserver.testing.junit5.spi.DirectJunitExtension
Package
Description
Helidon WebServer Testing JUnit5 Support.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of DirectJunitExtension in io.helidon.webserver.testing.junit5
Modifier and TypeClassDescriptionclass
A JavaServiceLoader
provider implementation ofDirectJunitExtension
for HTTP/1.1 tests. -
Uses of DirectJunitExtension in io.helidon.webserver.testing.junit5.websocket
Modifier and TypeClassDescriptionclass
AServiceLoader
provider implementation that adds support for injection of WebSocket related artifacts, such asDirectWsClient
in Helidon WebServer unit tests.