Uses of Interface
io.helidon.webserver.testing.junit5.spi.ServerJunitExtension
Packages that use 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
Classes in io.helidon.webserver.testing.junit5 that implement ServerJunitExtensionModifier and TypeClassDescriptionclass
JavaServiceLoader
provider implementation of aServerJunitExtension
that adds support for HTTP/1.1. -
Uses of ServerJunitExtension in io.helidon.webserver.testing.junit5.http2
Classes in io.helidon.webserver.testing.junit5.http2 that implement ServerJunitExtensionModifier 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
Classes in io.helidon.webserver.testing.junit5.websocket that implement ServerJunitExtensionModifier and TypeClassDescriptionclass
AServiceLoader
provider implementation that adds support for injection of WebSocket related artifacts, such asWsClient
in Helidon WebServer integration tests.