Uses of Class
io.testomat.junit.extractor.strategy.ParameterHandlerRegistry
-
Packages that use ParameterHandlerRegistry Package Description io.testomat.junit.extractor.strategy -
-
Uses of ParameterHandlerRegistry in io.testomat.junit.extractor.strategy
Methods in io.testomat.junit.extractor.strategy that return ParameterHandlerRegistry Modifier and Type Method Description ParameterHandlerRegistryParameterExtractorService. getHandlerRegistry()Gets the handler registry for testing purposes.Constructors in io.testomat.junit.extractor.strategy with parameters of type ParameterHandlerRegistry Constructor Description ParameterExtractorService(ParameterHandlerRegistry handlerRegistry)Constructor for testing with custom handler registry.
-