Uses of Interface
io.helidon.webserver.testing.junit5.spi.ServerJunitExtension
Package
Description
Helidon WebServer Testing JUnit5 Support.
Helidon WebServer Testing JUnit 5 Support for HTTP2.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of ServerJunitExtension in io.helidon.webserver.testing.junit5
Modifier and TypeClassDescriptionclass
JavaServiceLoader
provider implementation of aServerJunitExtension
that adds support for HTTP/1.1. -
Uses of ServerJunitExtension in io.helidon.webserver.testing.junit5.http2
Modifier and TypeClassDescriptionclass
AServiceLoader
provider implementation that adds support for injection of HTTP/2 related artifacts, such asHttp2Client
in Helidon integration tests. -
Uses of ServerJunitExtension in io.helidon.webserver.testing.junit5.websocket
Modifier and TypeClassDescriptionclass
AServiceLoader
provider implementation that adds support for injection of WebSocket related artifacts, such asWsClient
in Helidon WebServer integration tests.