Type:method Syntax void assertTrue(Boolean condition, [String message]) Parameters TypeNameDescriptionIs required?Is array? BooleanconditionThe condition that should evaluate to true.truefalse StringmessageA message to be written if the condition is false.falsefalse ...