public static assertTrue(condition as Boolean) as Void:
Verifies that a condition is true.
condition
import klyn.unittest Assert.assertTrue(5 > 2)