klyn.unittest.Assert.fail
method
public static fail(message as String) as Void:
Description

Forces the current test to fail with a message.

Parameters
  • message The failure message. ``` import klyn.unittest Assert.fail("unexpected branch") ```