BasicTest
public abstract class BasicTest<TT extends Test<TT, ET, RT, AT>, ET extends Expected, RT extends Result<RT, AT, TT, ET>, AT extends Actual> implements Test<TT, ET, RT, AT>(source)
An abstract basic implementation of a test.
Author
Dustin Glaser
Parameters
<TT>
the type of the test
<ET>
the type of the expected behavior
<RT>
the type of the result
<AT>
the type of the actual behavior