Assert.assertTrue

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

@param condition condition to be checked

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

Meta