Uses of Class
com.chutneytesting.scenario.domain.raw.RawTestCase.RawTestCaseBuilder
-
Packages that use RawTestCase.RawTestCaseBuilder Package Description com.chutneytesting.scenario.domain.raw -
-
Uses of RawTestCase.RawTestCaseBuilder in com.chutneytesting.scenario.domain.raw
Methods in com.chutneytesting.scenario.domain.raw that return RawTestCase.RawTestCaseBuilder Modifier and Type Method Description static RawTestCase.RawTestCaseBuilderRawTestCase. builder()RawTestCase.RawTestCaseBuilderRawTestCase.RawTestCaseBuilder. withExecutionParameters(Map<String,String> parameters)RawTestCase.RawTestCaseBuilderRawTestCase.RawTestCaseBuilder. withMetadata(TestCaseMetadataImpl metadata)RawTestCase.RawTestCaseBuilderRawTestCase.RawTestCaseBuilder. withScenario(String scenario)
-