Class: Gitlab::QA::Report::TestResult::JUnitTestResult
- Inherits:
-
Gitlab::QA::Report::TestResult
- Object
- Gitlab::QA::Report::TestResult
- Gitlab::QA::Report::TestResult::JUnitTestResult
- Defined in:
- lib/gitlab/qa/report/test_result.rb
Instance Attribute Summary collapse
-
#testcase ⇒ Object
Ignore it for now.
Attributes inherited from Gitlab::QA::Report::TestResult
Instance Method Summary collapse
Methods inherited from Gitlab::QA::Report::TestResult
from_json, from_junit, #initialize, #stage
Constructor Details
This class inherits a constructor from Gitlab::QA::Report::TestResult
Instance Attribute Details
#testcase ⇒ Object
Ignore it for now
124 125 126 |
# File 'lib/gitlab/qa/report/test_result.rb', line 124 def testcase @testcase end |
Instance Method Details
#file ⇒ Object
116 117 118 |
# File 'lib/gitlab/qa/report/test_result.rb', line 116 def file report['file'] end |
#name ⇒ Object
112 113 114 |
# File 'lib/gitlab/qa/report/test_result.rb', line 112 def name report['name'] end |
#skipped ⇒ Object
120 121 122 |
# File 'lib/gitlab/qa/report/test_result.rb', line 120 def skipped report.search('skipped').any? end |