Class: SpecTracker::TestReportParser::JUnit::Parser
- Inherits:
-
BaseParser
- Object
- BaseParser
- SpecTracker::TestReportParser::JUnit::Parser
- Defined in:
- lib/spec_tracker/test_report_parser/j_unit/parser.rb
Instance Method Summary collapse
-
#initialize ⇒ Parser
constructor
A new instance of Parser.
Methods inherited from BaseParser
Constructor Details
#initialize ⇒ Parser
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 |