Class: Thrust::CedarResultsParser
- Inherits:
-
Object
- Object
- Thrust::CedarResultsParser
- Defined in:
- lib/thrust/cedar_results_parser.rb
Class Method Summary collapse
Class Method Details
.parse_results_for_success(results) ⇒ Object
3 4 5 |
# File 'lib/thrust/cedar_results_parser.rb', line 3 def self.parse_results_for_success(results) results.include?("Finished") && !results.include?("FAILURE") && !results.include?("EXCEPTION") end |