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.
13 14 15 |
# File 'lib/flutter/minitest.rb', line 13 def filtered @filtered end |
.total ⇒ Object
Returns the value of attribute total.
13 14 15 |
# File 'lib/flutter/minitest.rb', line 13 def total @total end |
Class Method Details
.flutter_tracker ⇒ Object
15 16 17 18 19 20 |
# File 'lib/flutter/minitest.rb', line 15 def flutter_tracker @tracker ||= Flutter::Tracker.new( Flutter.config.sources, Flutter.config.exclusions, Flutter.config.storage_class, Flutter.config. ) end |