Assert.assertTrue

Asserts that a condition is true. 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

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

Meta