Uses of Interface
de.rwth.swc.coffee4j.engine.configuration.extension.Extension
-
-
Uses of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.characterization
Subinterfaces of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.characterization Modifier and Type Interface Description interfaceAfterFaultCharacterizationCallbackRepresents a phase callback after the fault characterization phaseinterfaceBeforeFaultCharacterizationCallbackRepresents a phase callback before the fault characterization phase -
Uses of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.execution
Subinterfaces of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.execution Modifier and Type Interface Description interfaceAfterExecutionCallbackRepresents a phase callback after the execution phaseinterfaceBeforeExecutionCallbackRepresents a phase callback before the execution phase -
Uses of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.generation
Subinterfaces of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.generation Modifier and Type Interface Description interfaceAfterGenerationCallbackRepresents a phase callback after the generation phaseinterfaceBeforeGenerationCallbackRepresents a phase callback before the generation phase -
Uses of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.model
Subinterfaces of Extension in de.rwth.swc.coffee4j.engine.configuration.extension.model Modifier and Type Interface Description interfaceModelModifierAn interface for an extension which modifies an input parameter model before the normal combinatorial testing process. -
Uses of Extension in de.rwth.swc.coffee4j.engine.process.extension
Method parameters in de.rwth.swc.coffee4j.engine.process.extension with type arguments of type Extension Modifier and Type Method Description ExtensionExecutorExtensionExecutorFactory. create(List<Extension> extensions)Creates anExtensionExecutorconfigured with the defined extensionsConstructor parameters in de.rwth.swc.coffee4j.engine.process.extension with type arguments of type Extension Constructor Description DefaultExtensionExecutor(Collection<? extends Extension> extensions)Creates a new executor with the given extensions. -
Uses of Extension in de.rwth.swc.coffee4j.engine.process.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.interleaving that return types with arguments of type Extension Modifier and Type Method Description List<Extension>DynamicInterleavingPhaseManagerConfiguration. getExtensions()List<Extension>InterleavingPhaseManagerConfiguration. getExtensions()Method parameters in de.rwth.swc.coffee4j.engine.process.interleaving with type arguments of type Extension Modifier and Type Method Description DynamicInterleavingPhaseManagerConfiguration.BuilderDynamicInterleavingPhaseManagerConfiguration.Builder. extensions(Collection<Extension> extensions)InterleavingPhaseManagerConfiguration.BuilderInterleavingPhaseManagerConfiguration.Builder. extensions(Collection<Extension> extensions) -
Uses of Extension in de.rwth.swc.coffee4j.engine.process.manager.sequential
Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential that return types with arguments of type Extension Modifier and Type Method Description List<Extension>SequentialPhaseManagerConfiguration. getExtensions()Method parameters in de.rwth.swc.coffee4j.engine.process.manager.sequential with type arguments of type Extension Modifier and Type Method Description SequentialPhaseManagerConfiguration.BuilderSequentialPhaseManagerConfiguration.Builder. extensions(List<Extension> extensions)Adds theextensions -
Uses of Extension in de.rwth.swc.coffee4j.junit.engine.annotation.extension
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.extension that return types with arguments of type Extension Modifier and Type Method Description List<Extension>ExtensionLoader. load(Method method)List<Extension>ConstructorBasedExtensionProvider. provide(Method method)Class<? extends Extension>[]value()Gets the classes of theextensions.
-