public class Bdd<A,V> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Bdd(A actions,
V verifications) |
| Modifier and Type | Method and Description |
|---|---|
static <A> A |
and(A actor) |
static <A> A |
and(Bdd<A,?> actor) |
static <V> V |
andThen(Bdd<?,V> actor) |
static <V> V |
andThen(V actor) |
static <A,V> Bdd<A,V> |
bdd(A actions,
V verifications) |
static <A> A |
Given(A actor) |
static <A> A |
Given(Bdd<A,?> actor) |
static <V> V |
then(Bdd<?,V> actor) |
static <V> V |
then(V actor) |
static <A> A |
When(A actor) |
static <A> A |
When(Bdd<A,?> actor) |
public static <A,V> Bdd<A,V> bdd(A actions, V verifications)
public static <A> A When(Bdd<A,?> actor)
public static <A> A and(Bdd<A,?> actor)
public static <A> A Given(Bdd<A,?> actor)
public static <V> V then(Bdd<?,V> actor)
public static <V> V andThen(Bdd<?,V> actor)
public static <A> A When(A actor)
public static <A> A and(A actor)
public static <A> A Given(A actor)
public static <V> V then(V actor)
public static <V> V andThen(V actor)
Copyright © 2019. All rights reserved.