Uses of Interface
io.helidon.webserver.testing.junit5.spi.DirectJunitExtension.ParamHandler
Packages that use 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
Methods in io.helidon.webserver.testing.junit5 that return types with arguments of type DirectJunitExtension.ParamHandlerModifier and TypeMethodDescriptionHttp1DirectJunitExtension.setUpRouteParamHandler
(List<ServerFeature> features, Class<?> type) -
Uses of DirectJunitExtension.ParamHandler in io.helidon.webserver.testing.junit5.spi
Methods in io.helidon.webserver.testing.junit5.spi that return types with arguments of type DirectJunitExtension.ParamHandlerModifier 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
Methods in io.helidon.webserver.testing.junit5.websocket that return types with arguments of type DirectJunitExtension.ParamHandlerModifier and TypeMethodDescriptionWsDirectExtension.setUpRouteParamHandler
(List<ServerFeature> features, Class<?> type)