Uses of Class
com.chutneytesting.scenario.domain.gwt.GwtScenario
Packages that use GwtScenario
Package
Description
-
Uses of GwtScenario in com.chutneytesting.execution.domain
Methods in com.chutneytesting.execution.domain that return GwtScenarioModifier and TypeMethodDescriptionGwtScenarioMarshaller.deserialize(String title, String description, String blob) Methods in com.chutneytesting.execution.domain with parameters of type GwtScenario -
Uses of GwtScenario in com.chutneytesting.scenario.api.raw.mapper
Methods in com.chutneytesting.scenario.api.raw.mapper that return GwtScenarioModifier and TypeMethodDescriptionGwtScenarioMapper.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 GwtScenarioModifier and TypeMethodDescriptionGwtScenarioMapper.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 GwtScenarioMethods in com.chutneytesting.scenario.domain.gwt that return GwtScenarioMethods in com.chutneytesting.scenario.domain.gwt with parameters of type GwtScenarioModifier and TypeMethodDescriptionGwtTestCase.GwtTestCaseBuilder.withScenario(GwtScenario scenario)