Uses of Class
com.chutneytesting.scenario.domain.gwt.GwtScenario
-
Packages that use GwtScenario Package Description com.chutneytesting.execution.domain com.chutneytesting.scenario.api.raw.mapper com.chutneytesting.scenario.domain.gwt -
-
Uses of GwtScenario in com.chutneytesting.execution.domain
Methods in com.chutneytesting.execution.domain that return GwtScenario Modifier and Type Method Description GwtScenarioGwtScenarioMarshaller. deserialize(String title, String description, String blob)Methods in com.chutneytesting.execution.domain with parameters of type GwtScenario Modifier and Type Method Description StringGwtScenarioMarshaller. serialize(GwtScenario scenario) -
Uses of GwtScenario in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper that return GwtScenario Modifier and Type Method Description GwtScenarioGwtScenarioMapper. deserialize(String title, String description, String jsonScenario)static GwtScenarioGwtScenarioMapper. fromDto(String title, String desc, GwtScenarioDto dto)Methods in com.chutneytesting.scenario.api.raw.mapper with parameters of type GwtScenario Modifier and Type Method Description StringGwtScenarioMapper. serialize(GwtScenario scenario)static GwtScenarioDtoGwtScenarioMapper. toDto(GwtScenario scenario) -
Uses of GwtScenario in com.chutneytesting.scenario.domain.gwt
Fields in com.chutneytesting.scenario.domain.gwt declared as GwtScenario Modifier and Type Field Description GwtScenarioGwtTestCase. scenarioMethods in com.chutneytesting.scenario.domain.gwt that return GwtScenario Modifier and Type Method Description GwtScenarioGwtScenario.GwtScenarioBuilder. build()Methods in com.chutneytesting.scenario.domain.gwt with parameters of type GwtScenario Modifier and Type Method Description GwtTestCase.GwtTestCaseBuilderGwtTestCase.GwtTestCaseBuilder. withScenario(GwtScenario scenario)
-