Uses of Interface
io.helidon.webserver.testing.junit5.spi.HelidonJunitExtension
Packages that use HelidonJunitExtension
Package
Description
Helidon WebServer Testing JUnit5 Support.
Helidon WebServer Testing JUnit 5 Support for HTTP2.
Helidon WebServer Testing JUnit5 SPI.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of HelidonJunitExtension in io.helidon.webserver.testing.junit5
Classes in io.helidon.webserver.testing.junit5 that implement HelidonJunitExtensionModifier and TypeClassDescriptionclass
A JavaServiceLoader
provider implementation ofDirectJunitExtension
for HTTP/1.1 tests.class
JavaServiceLoader
provider implementation of aServerJunitExtension
that adds support for HTTP/1.1. -
Uses of HelidonJunitExtension in io.helidon.webserver.testing.junit5.http2
Classes in io.helidon.webserver.testing.junit5.http2 that implement HelidonJunitExtensionModifier and TypeClassDescriptionclass
AServiceLoader
provider implementation that adds support for injection of HTTP/2 related artifacts, such asHttp2Client
in Helidon integration tests. -
Uses of HelidonJunitExtension in io.helidon.webserver.testing.junit5.spi
Subinterfaces of HelidonJunitExtension in io.helidon.webserver.testing.junit5.spiModifier and TypeInterfaceDescriptioninterface
JavaServiceLoader
provider interface for extending unit tests with support for additional injection, such as Direct HTTP/1.1 client.interface
JavaServiceLoader
provider interface for extending server tests with support for additional injection, such as HTTP/1.1 client. -
Uses of HelidonJunitExtension in io.helidon.webserver.testing.junit5.websocket
Classes in io.helidon.webserver.testing.junit5.websocket that implement HelidonJunitExtensionModifier and TypeClassDescriptionclass
AServiceLoader
provider implementation that adds support for injection of WebSocket related artifacts, such asDirectWsClient
in Helidon WebServer unit tests.class
AServiceLoader
provider implementation that adds support for injection of WebSocket related artifacts, such asWsClient
in Helidon WebServer integration tests.