Asserts that an object is null. If it is not, an {@link AssertionError} is thrown with the given message.
@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @param object Object to check or <code>null</code>
See Implementation
Asserts that an object is null. If it is not, an {@link AssertionError} is thrown with the given message.
@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @param object Object to check or <code>null</code>