Uses of Class
com.chutneytesting.scenario.infra.raw.TestCaseData
-
Packages that use TestCaseData Package Description com.chutneytesting.scenario.infra.jpa com.chutneytesting.scenario.infra.raw -
-
Uses of TestCaseData in com.chutneytesting.scenario.infra.jpa
Methods in com.chutneytesting.scenario.infra.jpa with parameters of type TestCaseData Modifier and Type Method Description static ScenarioDaoScenarioDao. fromTestCaseData(TestCaseData scenario) -
Uses of TestCaseData in com.chutneytesting.scenario.infra.raw
Methods in com.chutneytesting.scenario.infra.raw that return TestCaseData Modifier and Type Method Description TestCaseDataTestCaseData.TestCaseDataBuilder. build()static TestCaseDataTestCaseDataMapper. toDto(GwtTestCase testCase)Methods in com.chutneytesting.scenario.infra.raw with parameters of type TestCaseData Modifier and Type Method Description static TestCaseData.TestCaseDataBuilderTestCaseData.TestCaseDataBuilder. from(TestCaseData testCaseData)static GwtTestCaseTestCaseDataMapper. fromDto(TestCaseData testCaseData)
-