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 TypeClassDescriptionclassA JavaServiceLoaderprovider implementation ofDirectJunitExtensionfor HTTP/1.1 tests.classJavaServiceLoaderprovider implementation of aServerJunitExtensionthat 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 TypeClassDescriptionclassAServiceLoaderprovider implementation that adds support for injection of HTTP/2 related artifacts, such asHttp2Clientin Helidon integration tests. -
Uses of HelidonJunitExtension in io.helidon.webserver.testing.junit5.spi
Subinterfaces of HelidonJunitExtension in io.helidon.webserver.testing.junit5.spiModifier and TypeInterfaceDescriptioninterfaceJavaServiceLoaderprovider interface for extending unit tests with support for additional injection, such as Direct HTTP/1.1 client.interfaceJavaServiceLoaderprovider 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 TypeClassDescriptionclassAServiceLoaderprovider implementation that adds support for injection of WebSocket related artifacts, such asDirectWsClientin Helidon WebServer unit tests.classAServiceLoaderprovider implementation that adds support for injection of WebSocket related artifacts, such asWsClientin Helidon WebServer integration tests.