Class: Gitlab::QA::Report::JUnitTestResults
- Inherits:
-
BaseTestResults
- Object
- BaseTestResults
- Gitlab::QA::Report::JUnitTestResults
- Defined in:
- lib/gitlab/qa/report/junit_test_results.rb
Instance Method Summary collapse
Methods inherited from BaseTestResults
Constructor Details
This class inherits a constructor from Gitlab::QA::Report::BaseTestResults
Instance Method Details
#write(path) ⇒ Object
9 10 11 |
# File 'lib/gitlab/qa/report/junit_test_results.rb', line 9 def write(path) # Ignore it for now end |