Module: Flutter::Minitest
- Defined in:
- lib/flutter/minitest.rb
Defined Under Namespace
Modules: Hooks Classes: Reporter
Class Attribute Summary collapse
-
.filtered ⇒ Object
Returns the value of attribute filtered.
-
.total ⇒ Object
Returns the value of attribute total.
Class Method Summary collapse
Class Attribute Details
.filtered ⇒ Object
Returns the value of attribute filtered.
14 15 16 |
# File 'lib/flutter/minitest.rb', line 14 def filtered @filtered end |
.total ⇒ Object
Returns the value of attribute total.
14 15 16 |
# File 'lib/flutter/minitest.rb', line 14 def total @total end |