Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.InputParameterModel
- 
- 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.configuration
Methods in de.rwth.swc.coffee4j.engine.configuration that return InputParameterModel Modifier and Type Method Description InputParameterModelTestMethodConfiguration. getInputParameterModel()Methods in de.rwth.swc.coffee4j.engine.configuration with parameters of type InputParameterModel Modifier and Type Method Description TestMethodConfiguration.BuilderTestMethodConfiguration.Builder. inputParameterModel(InputParameterModel inputParameterModel)Sets theInputParameterModel - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.configuration.extension.model
Methods in de.rwth.swc.coffee4j.engine.configuration.extension.model that return InputParameterModel Modifier and Type Method Description InputParameterModelModelModifier. modify(InputParameterModel original)Modifies the model in an implementation specific way and returns the newly computed input parameter model.Methods in de.rwth.swc.coffee4j.engine.configuration.extension.model with parameters of type InputParameterModel Modifier and Type Method Description InputParameterModelModelModifier. modify(InputParameterModel original)Modifies the model in an implementation specific way and returns the newly computed input parameter model. - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.configuration.model
Methods in de.rwth.swc.coffee4j.engine.configuration.model that return InputParameterModel Modifier and Type Method Description InputParameterModelInputParameterModel.Builder. build()Builds the testModel. - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.converter.model
Methods in de.rwth.swc.coffee4j.engine.converter.model that return InputParameterModel Modifier and Type Method Description InputParameterModelIndexBasedModelConverter. getModel()InputParameterModelModelConverter. getModel()Methods in de.rwth.swc.coffee4j.engine.converter.model with parameters of type InputParameterModel Modifier and Type Method Description ModelConverterModelConverterFactory. create(InputParameterModel model)Creates a newModelConverterwhich converts the given testModel and its parameters, values, and constraints.Constructors in de.rwth.swc.coffee4j.engine.converter.model with parameters of type InputParameterModel Constructor Description IndexBasedModelConverter(InputParameterModel model)Creates and initializes a new converter with the given testModel and constraints converter. - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.process.extension
Methods in de.rwth.swc.coffee4j.engine.process.extension that return InputParameterModel Modifier and Type Method Description InputParameterModelDefaultExtensionExecutor. executeModelModifiers(InputParameterModel original, ExecutionReporter reporter)InputParameterModelExtensionExecutor. executeModelModifiers(InputParameterModel original, ExecutionReporter reporter)Executes all registeredModelModifierexactly in the order they were registered in.Methods in de.rwth.swc.coffee4j.engine.process.extension with parameters of type InputParameterModel Modifier and Type Method Description InputParameterModelDefaultExtensionExecutor. executeModelModifiers(InputParameterModel original, ExecutionReporter reporter)InputParameterModelExtensionExecutor. executeModelModifiers(InputParameterModel original, ExecutionReporter reporter)Executes all registeredModelModifierexactly in the order they were registered in. - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with parameters of type InputParameterModel Modifier and Type Method Description InterleavingGenerationContextInterleavingGenerationContextFactory. create(ExtensionExecutor extensionExecutor, InputParameterModel model)Constructors in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with parameters of type InputParameterModel Constructor Description InterleavingGenerationContext(InterleavingExecutionConfiguration configuration, InputParameterModel model, ExtensionExecutor extensionExecutor)Creates newInterleavingGenerationContext. - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.process.phase.model
Methods in de.rwth.swc.coffee4j.engine.process.phase.model that return InputParameterModel Modifier and Type Method Description InputParameterModelModelModificationPhase. execute(InputParameterModel originalModel)Methods in de.rwth.swc.coffee4j.engine.process.phase.model with parameters of type InputParameterModel Modifier and Type Method Description InputParameterModelModelModificationPhase. execute(InputParameterModel originalModel) - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with parameters of type InputParameterModel Modifier and Type Method Description List<Combination>SequentialGenerationPhase. execute(InputParameterModel input)Executes this phase by generating the initial test set of the combinatorial test in the manner configured in theSequentialGenerationContextsupplied inSequentialGenerationPhase(SequentialGenerationContext)Constructors in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with parameters of type InputParameterModel Constructor Description SequentialGenerationContext(SequentialExecutionConfiguration configuration, InputParameterModel model, ExtensionExecutor extensionExecutor)Creates a newSequentialGenerationContextconfigured with aSequentialExecutionConfiguration, anInputParameterModel, and anExtensionExecutor. - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report with parameters of type InputParameterModel Modifier and Type Method Description voidDelegatingInterleavingExecutionReporter. modelModified(InputParameterModel original, InputParameterModel modified)voidDelegatingSequentialExecutionReporter. modelModified(InputParameterModel original, InputParameterModel modified)default voidExecutionReporter. modelModified(InputParameterModel original, InputParameterModel modified)Called if anyModelModifierchanged the model. - 
Uses of InputParameterModel in de.rwth.swc.coffee4j.junit.engine.annotation.test.model
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.test.model that return InputParameterModel Modifier and Type Method Description InputParameterModelInputParameterModelLoader. load(Method method)InputParameterModelMethodBasedInputParameterModelProvider. provide(Method method) 
 -