Package io.helidon.nima.testing.junit5.webserver.spi
package io.helidon.nima.testing.junit5.webserver.spi
SPI for JUnit5 support to add support for 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.