Module: TddGuardMinitest
- Defined in:
- lib/tdd_guard_minitest/reporter.rb
Defined Under Namespace
Classes: Reporter
Class Attribute Summary collapse
-
.reported ⇒ Object
Returns the value of attribute reported.
-
.unhandled_errors ⇒ Object
readonly
Returns the value of attribute unhandled_errors.
Class Attribute Details
.reported ⇒ Object
Returns the value of attribute reported.
13 14 15 |
# File 'lib/tdd_guard_minitest/reporter.rb', line 13 def reported @reported end |
.unhandled_errors ⇒ Object (readonly)
Returns the value of attribute unhandled_errors.
12 13 14 |
# File 'lib/tdd_guard_minitest/reporter.rb', line 12 def unhandled_errors @unhandled_errors end |