Uses of Interface
io.testomat.junit.extractor.strategy.handlers.ParameterExtractionHandler
-
Packages that use ParameterExtractionHandler Package Description io.testomat.junit.extractor.strategy io.testomat.junit.extractor.strategy.handlers -
-
Uses of ParameterExtractionHandler in io.testomat.junit.extractor.strategy
Methods in io.testomat.junit.extractor.strategy that return types with arguments of type ParameterExtractionHandler Modifier and Type Method Description java.util.Optional<ParameterExtractionHandler>ParameterHandlerRegistry. findHandler(ParameterExtractionContext context)Finds the appropriate handler for the given parameter extraction context.Constructor parameters in io.testomat.junit.extractor.strategy with type arguments of type ParameterExtractionHandler Constructor Description ParameterHandlerRegistry(java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ParameterExtractionHandler> customHandlers)Creates a registry with custom handler mappings for testing. -
Uses of ParameterExtractionHandler in io.testomat.junit.extractor.strategy.handlers
Classes in io.testomat.junit.extractor.strategy.handlers that implement ParameterExtractionHandler Modifier and Type Class Description classAbstractParameterExtractionHandlerAbstract base class for parameter extraction handlers that provides common functionality and eliminates code duplication across different annotation-specific handlers.classArgumentsSourceHandlerParameter extraction handler for @ArgumentsSource annotated parameterized tests.classCsvFileSourceHandlerParameter extraction handler for @CsvFileSource annotated parameterized tests.classCsvSourceHandlerParameter extraction handler for @CsvSource annotated parameterized tests.classEmptySourceHandlerParameter extraction handler for @EmptySource annotated parameterized tests.classEnumSourceHandlerParameter extraction handler for @EnumSource annotated parameterized tests.classMethodSourceHandlerParameter extraction handler for @MethodSource annotated parameterized tests.classNullAndEmptySourceHandlerParameter extraction handler for @NullAndEmptySource annotated parameterized tests.classNullSourceHandlerParameter extraction handler for @NullSource annotated parameterized tests.classValueSourceHandlerParameter extraction handler for @ValueSource annotated parameterized tests.
-