klyn.unittest.Assert.assertNotNull
method
public static assertNotNull(value as Object) as Void:
Description

Verifies that a value is not null.

Parameters
  • value The value to verify. ``` import klyn.unittest Assert.assertNotNull("text") ```