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:
-
ClassDescriptionJava
ServiceLoader
provider 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 toSetUpRoute
static methods.Common interface for JUnit extensions that can extend features of theServerTest
orRoutingTest
.JavaServiceLoader
provider 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
.