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

Forces the current test to fail with a message.

Parameters
ParameterDescription
messageThe failure message.
Example
import klyn.unittest

Assert.fail("unexpected branch")