Builder

public class Builder extends BasicTest.Builder<TT, ET, RT, AT, BT> implements Fail.Builder(source)

Constructors

Link copied to clipboard
public void BasicFail.Builder(Environment environment)

Types

Link copied to clipboard
public class Factory extends BasicTest.Builder.Factory<TT, ET, RT, AT, BT> implements Fail.Builder.Factory

Properties

Link copied to clipboard
protected final Environment environment
Link copied to clipboard
protected ET expected

Functions

Link copied to clipboard
public BasicFail build()
Builds a test with the configured properties and return this.
Link copied to clipboard
public BT expected(ET expected)
Sets the expected behavior.