Uses of Interface
io.helidon.nima.testing.junit5.webserver.spi.DirectJunitExtension.ParamHandler
Packages that use DirectJunitExtension.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 DirectJunitExtension.ParamHandler in io.helidon.nima.testing.junit5.webserver
Methods in io.helidon.nima.testing.junit5.webserver that return types with arguments of type DirectJunitExtension.ParamHandlerModifier and TypeMethodDescriptionHttp1DirectJunitExtension.setUpRouteParamHandler(Class<?> type) -
Uses of DirectJunitExtension.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 DirectJunitExtension.ParamHandlerModifier and TypeMethodDescriptiondefault Optional<DirectJunitExtension.ParamHandler<?>>DirectJunitExtension.setUpRouteParamHandler(Class<?> type) Check if the type is supported and return a handler for it. -
Uses of DirectJunitExtension.ParamHandler in io.helidon.nima.testing.junit5.websocket
Methods in io.helidon.nima.testing.junit5.websocket that return types with arguments of type DirectJunitExtension.ParamHandler