Assert.assertFalse

Asserts that a condition is false. If it isn't it throws an {@link AssertionError} without a message.

@param condition condition to be checked

  1. void assertFalse(string message, bool condition)
  2. void assertFalse(bool condition)
    class Assert
    static
    void
    assertFalse
    ()

Meta