Class FailedException

Class Documentation

class FailedException
[source]

Thrown (or longjmp’d) when a test assertion fails.

The test runner catches this to terminate the current test body while still allowing teardown() to run. Users rarely interact with this class directly; it is part of the Terminator mechanism.

Public Members

int dummy