class Cucumber::Formatter::Query::TestCaseStartedByTestCase
def attempt_by_test_case(test_case)
def attempt_by_test_case(test_case) raise TestCaseUnknownError, "No test case found for #{test_case.id} }. Known: #{@attempts_by_test_case_id.keys}" unless @attempts_by_test_case_id.key?(test_case.id) @attempts_by_test_case_id[test_case.id] end