Uses of Class
com.chutneytesting.scenario.domain.gwt.GwtTestCase
-
-
Uses of GwtTestCase in com.chutneytesting.execution.domain
Methods in com.chutneytesting.execution.domain that return GwtTestCase Modifier and Type Method Description GwtTestCaseGwtDataSetPreProcessor. apply(ExecutionRequest executionRequest) -
Uses of GwtTestCase in com.chutneytesting.scenario.api
Constructor parameters in com.chutneytesting.scenario.api with type arguments of type GwtTestCase Constructor Description GwtTestCaseController(AggregatedRepository<GwtTestCase> testCaseRepository, SpringUserService userService) -
Uses of GwtTestCase in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper that return GwtTestCase Modifier and Type Method Description static GwtTestCaseGwtTestCaseMapper. fromDto(GwtTestCaseDto dto)static GwtTestCaseRawTestCaseMapper. fromDto(RawTestCaseDto dto)static GwtTestCaseRawTestCaseMapper. fromRaw(RawTestCase testCase)Methods in com.chutneytesting.scenario.api.raw.mapper with parameters of type GwtTestCase Modifier and Type Method Description static RawTestCaseDtoRawTestCaseMapper. toDto(GwtTestCase testCase) -
Uses of GwtTestCase in com.chutneytesting.scenario.domain.gwt
Methods in com.chutneytesting.scenario.domain.gwt that return GwtTestCase Modifier and Type Method Description GwtTestCaseGwtTestCase.GwtTestCaseBuilder. build()Methods in com.chutneytesting.scenario.domain.gwt with parameters of type GwtTestCase Modifier and Type Method Description GwtTestCase.GwtTestCaseBuilderGwtTestCase.GwtTestCaseBuilder. from(GwtTestCase testCase) -
Uses of GwtTestCase in com.chutneytesting.scenario.infra
Methods in com.chutneytesting.scenario.infra with parameters of type GwtTestCase Modifier and Type Method Description StringRawScenarioRepository. save(GwtTestCase scenario) -
Uses of GwtTestCase in com.chutneytesting.scenario.infra.jpa
Methods in com.chutneytesting.scenario.infra.jpa that return GwtTestCase Modifier and Type Method Description GwtTestCaseScenarioDao. toGwtTestCase() -
Uses of GwtTestCase in com.chutneytesting.scenario.infra.raw
Methods in com.chutneytesting.scenario.infra.raw that return GwtTestCase Modifier and Type Method Description static GwtTestCaseTestCaseDataMapper. fromDto(TestCaseData testCaseData)Methods in com.chutneytesting.scenario.infra.raw that return types with arguments of type GwtTestCase Modifier and Type Method Description Optional<GwtTestCase>DatabaseTestCaseRepository. findById(String scenarioId)Methods in com.chutneytesting.scenario.infra.raw with parameters of type GwtTestCase Modifier and Type Method Description StringDatabaseTestCaseRepository. save(GwtTestCase testCase)static TestCaseDataTestCaseDataMapper. toDto(GwtTestCase testCase)
-