Interface MethodBasedProvider<T>
-
- Type Parameters:
T- the type of the loaded object
- All Known Subinterfaces:
ClassificationStrategyFactoryProvider,ConfigurationProvider,ConfigurationProvider<T>,ConverterProvider,ExecutionModeProvider,ExtensionProvider,FaultCharacterizationAlgorithmFactoryProvider,GeneratorProvider,InputParameterModelProvider,InterleavingConfigurationProvider,ReporterProvider,TestInputPrioritizerProvider
- All Known Implementing Classes:
CombinatorialTestAnnotationBasedExecutionModeProvider,ConstructorBasedExtensionProvider,ConstructorBasedSequentialConstraintGenerationProvider,DelegatingConfigurationProvider,DelegatingInterleavingConfigurationProvider,IpogConfigurationProvider,IpogNegConfigurationProvider,MethodBasedGeneratingInterleavingConfigurationProvider,MethodBasedInputParameterModelProvider,MethodBasedInterleavingConfigurationProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface MethodBasedProvider<T>
Provides a certain type of object, that is requested by aLoader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tprovide(Method method)Loads a T based on the method
-