failLevel property

Level failLevel
getter/setter pair

The minimum level that should cause the test to fail after completing.

A failed test will continue to run, then throw an Exception. This level should be less than or equal to killLevel.

Implementation

Level failLevel;