Equal means that they are either both null, or the {@link Object#equals}method returns true.
213214215216217218219
return new ExpectedSame(obj); } // Javadoc inherited public ExpectedValue expectsEqual(Object obj) { return new ExpectedEqual(obj); }