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 TypeClassDescriptionclassJavaServiceLoaderprovider implementation of aServerJunitExtensionthat 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 TypeClassDescriptionclassAServiceLoaderprovider implementation that adds support for injection of HTTP/2 related artifacts, such asHttp2Clientin 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 TypeClassDescriptionclassAServiceLoaderprovider implementation that adds support for injection of WebSocket related artifacts, such asWsClientin Helidon WebServer integration tests.