Class: Gitlab::QA::Report::JUnitTestResults

Inherits:
BaseTestResults show all
Defined in:
lib/gitlab/qa/report/junit_test_results.rb

Instance Method Summary collapse

Methods inherited from BaseTestResults

#each, #initialize

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