BasicTestOfObject   
    public class BasicTestOfObject<T> extends BasicTest<TT, ET, RT, AT> implements TestOfObject<T>(source)
A basic implementation of a test of an object.
Parameters
<T>
the type of object under test
Constructors
Types
Link copied to clipboard
                  public final class Builder<T> extends BasicTest.Builder<TT, ET, RT, AT, BT> implements TestOfObject.Builder<T>
Functions
Link copied to clipboard
                  Returns the environment used by this test.
Link copied to clipboard
                  Tests if the given object is as expected and returns the result.
Tests if the object retrieved by the given callable is as expected and returns the result.