Uses of Interface
io.helidon.webserver.testing.junit5.spi.ServerJunitExtension.ParamHandler
Package
Description
Helidon WebServer Testing JUnit5 Support.
Helidon WebServer Testing JUnit5 SPI.
Helidon WebServer Testing JUnit 5 Support for WebSocket.
-
Uses of ServerJunitExtension.ParamHandler in io.helidon.webserver.testing.junit5
Modifier and TypeMethodDescriptionHttp1ServerJunitExtension.setUpRouteParamHandler
(Class<?> type) -
Uses of ServerJunitExtension.ParamHandler in io.helidon.webserver.testing.junit5.spi
Modifier and TypeMethodDescriptiondefault Optional
<ServerJunitExtension.ParamHandler<?>> ServerJunitExtension.setUpRouteParamHandler
(Class<?> type) Check if the type is supported and return a handler for it. -
Uses of ServerJunitExtension.ParamHandler in io.helidon.webserver.testing.junit5.websocket