Class: SpecTracker::TestReportParser::JUnit::Parser

Inherits:
BaseParser
  • Object
show all
Defined in:
lib/spec_tracker/test_report_parser/j_unit/parser.rb

Instance Method Summary collapse

Methods inherited from BaseParser

#parse

Constructor Details

#initializeParser

Returns a new instance of Parser.



5
6
7
# File 'lib/spec_tracker/test_report_parser/j_unit/parser.rb', line 5

def initialize
  @test_result_mapper = Mapper.new
end