public final class Bdd extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
and(T dsl)
and() should mean additional action to be automated and later verified using then().
|
static <T> T |
andThen(T dsl)
andThen() should mean additional validation step to perform.
|
static <T> T |
Given(T dsl)
Given() should mean that there is some pre-requisite for the action, that may need to be st-up
by some code.
|
static <T> T |
then(T dsl)
then() should mean validation step to perform.
|
static <T> T |
When(T dsl)
When() should mean the action to be automated and later verified using then().
|
public static <T> T Given(T dsl)
T - Type of the DSL object.dsl - Root DSL object providing method, that can be used for chaining.public static <T> T When(T dsl)
T - Type of the DSL object.dsl - Root DSL object providing method, that can be used for chaining.public static <T> T and(T dsl)
T - Type of the DSL object.dsl - Root DSL object providing method, that can be used for chaining.public static <T> T then(T dsl)
T - Type of the DSL object.dsl - Root DSL object providing method, that can be used for chaining.public static <T> T andThen(T dsl)
T - Type of the DSL object.dsl - Root DSL object providing method, that can be used for chaining.Copyright © 2019. All rights reserved.