Uses of Package
io.helidon.nima.testing.junit5.webserver.spi
Packages that use io.helidon.nima.testing.junit5.webserver.spi
Package
Description
Unit and integration testing support for Níma WebServer and JUnit 5.
SPI for JUnit5 support to add support for additional types (such as WebSocket clients, grpc clients etc.).
Unit and integration testing support for Níma WebSocket and JUnit 5.
-
Classes in io.helidon.nima.testing.junit5.webserver.spi used by io.helidon.nima.testing.junit5.webserverClassDescriptionJava
ServiceLoaderprovider interface for extending unit tests with support for additional injection, such as Direct HTTP/1.1 client.Handler to provide an instance that can be injected as a parameter toSetUpRoutestatic methods.Common interface for JUnit extensions that can extend features of theServerTestorRoutingTest.JavaServiceLoaderprovider interface for extending server tests with support for additional injection, such as HTTP/1.1 client.Handler of server test parameters of methods annotated withSetUpRoute. -
Classes in io.helidon.nima.testing.junit5.webserver.spi used by io.helidon.nima.testing.junit5.webserver.spiClassDescriptionHandler to provide an instance that can be injected as a parameter to
SetUpRoutestatic methods.Common interface for JUnit extensions that can extend features of theServerTestorRoutingTest.Handler of server test parameters of methods annotated withSetUpRoute. -
Classes in io.helidon.nima.testing.junit5.webserver.spi used by io.helidon.nima.testing.junit5.websocketClassDescriptionJava
ServiceLoaderprovider interface for extending unit tests with support for additional injection, such as Direct HTTP/1.1 client.Handler to provide an instance that can be injected as a parameter toSetUpRoutestatic methods.Common interface for JUnit extensions that can extend features of theServerTestorRoutingTest.JavaServiceLoaderprovider interface for extending server tests with support for additional injection, such as HTTP/1.1 client.Handler of server test parameters of methods annotated withSetUpRoute.