Package io.helidon.webserver.testing.junit5.spi
package io.helidon.webserver.testing.junit5.spi
Helidon WebServer Testing JUnit5 SPI.
Provides a mechanism to additional types (such as WebSocket clients, gRPC clients etc.).
- See Also:
-
InterfacesClassDescriptionJava
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.