Interface GwtScenarioDto
-
- All Known Implementing Classes:
ImmutableGwtScenarioDto
@Immutable public interface GwtScenarioDto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<GwtStepDto>givens()List<GwtStepDto>thens()GwtStepDtowhen()
-
-
-
Method Detail
-
givens
List<GwtStepDto> givens()
-
when
GwtStepDto when()
-
thens
List<GwtStepDto> thens()
-
-