triggerAssert static method
void
triggerAssert()
Throws an AssertionError.
Implementation
static void triggerAssert() {
assert(false == true, 'Embrace sample: asserting true is false');
}
Throws an AssertionError.
static void triggerAssert() {
assert(false == true, 'Embrace sample: asserting true is false');
}