Class TestInputGroupContext
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.configuration.TestInputGroupContext
-
public final class TestInputGroupContext extends Object
A class representing aTestInputGroupto the outside. This does not contain test inputs but therefore theTestInputGroupGeneratorused to generate the group. It is used for identification inExecutionReporter.
-
-
Constructor Summary
Constructors Constructor Description TestInputGroupContext(Object identifier, TestInputGroupGenerator generator)Creates a new context with the given identifier and generator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)TestInputGroupGeneratorgetGenerator()ObjectgetIdentifier()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TestInputGroupContext
public TestInputGroupContext(Object identifier, TestInputGroupGenerator generator)
Creates a new context with the given identifier and generator.- Parameters:
identifier- a unique identifier of this test input groupgenerator- the generator used to generate the test input group
-
-
Method Detail
-
getIdentifier
public Object getIdentifier()
- Returns:
- the unique identifier
-
getGenerator
public TestInputGroupGenerator getGenerator()
- Returns:
- the generator used to generate the test input group
-
-