Uses of Interface
io.helidon.nima.testing.junit5.webserver.spi.ServerJunitExtension.ParamHandler
Packages that use ServerJunitExtension.ParamHandler
Package
Description
Unit and integration testing support for Níma WebServer and JUnit 5.
SPI for JUnit5 support to add support for additional types (such as WebSocket clients, grpc clients etc.).
Unit and integration testing support for Níma WebSocket and JUnit 5.
-
Uses of ServerJunitExtension.ParamHandler in io.helidon.nima.testing.junit5.webserver
Methods in io.helidon.nima.testing.junit5.webserver that return types with arguments of type ServerJunitExtension.ParamHandlerModifier and TypeMethodDescriptionHttp1ServerJunitExtension.setUpRouteParamHandler(Class<?> type) -
Uses of ServerJunitExtension.ParamHandler in io.helidon.nima.testing.junit5.webserver.spi
Methods in io.helidon.nima.testing.junit5.webserver.spi that return types with arguments of type ServerJunitExtension.ParamHandlerModifier 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.nima.testing.junit5.websocket
Methods in io.helidon.nima.testing.junit5.websocket that return types with arguments of type ServerJunitExtension.ParamHandler