Assert.fail

Fails a test with the given message.

@param message the identifying message for the {@link AssertionError} (<code>null</code> okay) @see AssertionError

  1. void fail(string message)
    class Assert
    static
    void
    fail
    (
    string message
    )
  2. void fail()

Meta