Class: RubyLsp::TestUnitReporter
- Inherits:
-
Test::Unit::UI::Console::TestRunner
- Object
- Test::Unit::UI::Console::TestRunner
- RubyLsp::TestUnitReporter
- Defined in:
- lib/ruby_lsp/test_reporters/test_unit_reporter.rb
Instance Method Summary collapse
-
#initialize(suite, options = {}) ⇒ TestUnitReporter
constructor
A new instance of TestUnitReporter.
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, = {}) super @current_uri = nil #: URI::Generic? @current_test_id = nil #: String? end |