Builder

public interface Builder implements Test.Builder<TT, ET, RT, AT, BT>(source)

Inheritors

Types

Link copied to clipboard
public interface Factory implements Test.Builder.Factory<TT, ET, RT, AT, BT>

Functions

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