module Cucumber::Messages::Helpers::TestStepResultComparator
Public Instance Methods
Source
# File lib/cucumber/messages/helpers/test_step_result_comparator.rb, line 7 def test_step_result_rankings { TestStepResultStatus::UNKNOWN => 0, TestStepResultStatus::PASSED => 1, TestStepResultStatus::SKIPPED => 2, TestStepResultStatus::PENDING => 3, TestStepResultStatus::UNDEFINED => 4, TestStepResultStatus::AMBIGUOUS => 5, TestStepResultStatus::FAILED => 6 } end