Class | DottedFormatter |
In: |
lib/mspec/runner/formatters/dotted.rb
|
Parent: | Object |
exceptions | [R] | |
tally | [R] | |
timer | [R] |
Callback for the MSpec :exception event. Stores the ExceptionState object to generate the list of backtraces after all the specs are run. Also updates the internal +exception?+ and +failure?+ flags.
Returns true if all exceptions during the evaluation of an example are failures rather than errors. See ExceptionState#failure. This flag is reset before each example is evaluated.
Creates the TimerAction and TallyAction instances and registers them. Registers self for the +:exception+, +:before+, +:after+, and +:finish+ actions.