Class TestMethodConfiguration
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.configuration.TestMethodConfiguration
-
public class TestMethodConfiguration extends Object
Specifies the configuration of a test class that it most likely not reused.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestMethodConfiguration.BuilderBuilder Class for theTestMethodConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputParameterModelgetInputParameterModel()TestInputExecutorgetTestInputExecutor()static TestMethodConfiguration.BuildertestMethodConfiguration()Initiates the builder pattern for aTestMethodConfigurationTestMethodConfiguration.BuildertoBuilder()
-
-
-
Method Detail
-
getInputParameterModel
public InputParameterModel getInputParameterModel()
-
getTestInputExecutor
public TestInputExecutor getTestInputExecutor()
-
toBuilder
public TestMethodConfiguration.Builder toBuilder()
-
testMethodConfiguration
public static TestMethodConfiguration.Builder testMethodConfiguration()
Initiates the builder pattern for aTestMethodConfiguration- Returns:
- a new
TestMethodConfiguration.Builder
-
-