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