Interface GwtScenarioDto
- All Known Implementing Classes:
ImmutableGwtScenarioDto
@Immutable
public interface GwtScenarioDto
-
Method Details
-
givens
List<GwtStepDto> givens() -
when
GwtStepDto when() -
thens
List<GwtStepDto> thens()
-
ImmutableGwtScenarioDto