Builder

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

A builder for fails.

Author

Dustin Glaser

Inheritors

Types

Link copied to clipboard
public interface Factory implements Test.Builder.Factory<TT, ET, RT, AT, BT>
A factory for fail builders.

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.