Asserts that a condition is false. If it isn't it throws an {@link AssertionError} with the given message.
@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @param condition condition to be checked
See Implementation
Asserts that a condition is false. If it isn't it throws an {@link AssertionError} with the given message.
@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @param condition condition to be checked