Class: RubyLsp::TestUnitReporter

Inherits:
Test::Unit::UI::Console::TestRunner
  • Object
show all
Defined in:
lib/ruby_lsp/test_reporters/test_unit_reporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(suite, options = {}) ⇒ TestUnitReporter

Returns a new instance of TestUnitReporter.



16
17
18
19
20
# File 'lib/ruby_lsp/test_reporters/test_unit_reporter.rb', line 16

def initialize(suite, options = {})
  super
  @current_uri = nil #: URI::Generic?
  @current_test_id = nil #: String?
end