class Cucumber::RunningTestCase::TestCase

def failed?

def failed?
  @result.failed?
end