Class TestMethodConfiguration.Builder
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.configuration.TestMethodConfiguration.Builder
-
- Enclosing class:
- TestMethodConfiguration
public static final class TestMethodConfiguration.Builder extends Object
Builder Class for theTestMethodConfiguration
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestMethodConfigurationbuild()Builds aTestMethodConfigurationTestMethodConfiguration.BuilderinputParameterModel(InputParameterModel inputParameterModel)Sets theInputParameterModelTestMethodConfiguration.BuildertestExecutor(TestInputExecutor testExecutor)Sets thetest input executorused for the test.
-
-
-
Method Detail
-
inputParameterModel
public TestMethodConfiguration.Builder inputParameterModel(InputParameterModel inputParameterModel)
Sets theInputParameterModel- Parameters:
inputParameterModel- the model to set- Returns:
- this
TestMethodConfiguration.Builder
-
testExecutor
public TestMethodConfiguration.Builder testExecutor(TestInputExecutor testExecutor)
Sets thetest input executorused for the test.- Parameters:
testExecutor- the executor for of this test class- Returns:
- this
TestMethodConfiguration.Builder
-
build
public TestMethodConfiguration build()
Builds aTestMethodConfiguration- Returns:
- the built
TestMethodConfiguration
-
-