Class: JmlTestRunner::Formatters::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/jml_test_runner/formatters/base.rb

Direct Known Subclasses

Basic

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#suitesObject

Returns the value of attribute suites.



6
7
8
# File 'lib/jml_test_runner/formatters/base.rb', line 6

def suites
  @suites
end