Class: Gitlab::QA::Report::TestResult::JUnitTestResult
- Inherits:
-
TestResult
- Object
- 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.
Instance Method Summary collapse
Instance Attribute Details
#testcase ⇒ Object
Ignore it for now
128 129 130 |
# File 'lib/gitlab/qa/report/test_result.rb', line 128 def testcase @testcase end |
Instance Method Details
#file ⇒ Object
120 121 122 |
# File 'lib/gitlab/qa/report/test_result.rb', line 120 def file report['file'] end |
#name ⇒ Object
116 117 118 |
# File 'lib/gitlab/qa/report/test_result.rb', line 116 def name report['name'] end |
#skipped ⇒ Object
124 125 126 |
# File 'lib/gitlab/qa/report/test_result.rb', line 124 def skipped report.search('skipped').any? end |