Class: JmlTestRunner::Formatters::Base
- Inherits:
-
Object
- Object
- JmlTestRunner::Formatters::Base
- Defined in:
- lib/jml_test_runner/formatters/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#suites ⇒ Object
Returns the value of attribute suites.
Instance Method Summary collapse
-
#initialize(runner) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(runner) ⇒ Base
Returns a new instance of Base.
7 8 9 |
# File 'lib/jml_test_runner/formatters/base.rb', line 7 def initialize(runner) @suites = runner.suites_run end |
Instance Attribute Details
#suites ⇒ Object
Returns the value of attribute suites.
6 7 8 |
# File 'lib/jml_test_runner/formatters/base.rb', line 6 def suites @suites end |