Assert.assertNotEquals

Asserts that two longs are <b>not</b> equals. If they are, an {@link AssertionError} is thrown with the given message.

@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @param unexpected unexpected value to check @param actual the value to check against <code>unexpected</code>

Meta