Factory
public interface Factory<RT extends Result<RT, AT, TT, ET>, AT extends Actual, TT extends Test<TT, ET, RT, AT>, ET extends Expected, BT extends Result.Builder<RT, AT, TT, ET, BT>>(source)
A type representing a factory for builders.
Author
Dustin Glaser
Parameters
<RT>
the type of the result
<AT>
the type of the actual behavior
<TT>
the type of the test
<ET>
the type of the expected behavior
Inheritors
Functions
Link copied to clipboard
Creates a new result builder.