Module | Protest::TestWithErrors |
In: |
lib/protest/tests.rb
|
Mixin for tests that had an error (this could be either a failed assertion, unrescued exceptions, or just a pending tests.)
error | [R] | The triggered exception (AssertionFailed, Pending, or any subclass of Exception in the case of an ErroredTest.) |
Filtered backtrace of the assertion. See Protest::Utils::BacktraceFilter for details on the filtering.