Class ExecutableComposedTestCase
java.lang.Object
com.chutneytesting.component.execution.domain.ExecutableComposedTestCase
- All Implemented Interfaces:
TestCase
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecutableComposedTestCase(TestCaseMetadata metadata, ExecutableComposedScenario composedScenario) ExecutableComposedTestCase(TestCaseMetadata metadata, ExecutableComposedScenario composedScenario, Map<String, String> executionParameters) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()metadata()toString()usingExecutionParameters(Map<String, String> parameters) withDataSetId(String dataSetId)
-
Field Details
-
metadata
-
composedScenario
-
executionParameters
-
-
Constructor Details
-
ExecutableComposedTestCase
public ExecutableComposedTestCase(TestCaseMetadata metadata, ExecutableComposedScenario composedScenario) -
ExecutableComposedTestCase
public ExecutableComposedTestCase(TestCaseMetadata metadata, ExecutableComposedScenario composedScenario, Map<String, String> executionParameters)
-
-
Method Details
-
metadata
-
executionParameters
- Specified by:
executionParametersin interfaceTestCase
-
usingExecutionParameters
- Specified by:
usingExecutionParametersin interfaceTestCase
-
withDataSetId
- Specified by:
withDataSetIdin interfaceTestCase
-
equals
-
hashCode
public int hashCode() -
toString
-