class Cucumber::Core::Test::Result::Unknown

Null object for results. Represents the state where we haven't run anything yet

Public Instance Methods

describe_to(visitor, *args) click to toggle source
# File lib/cucumber/core/test/result.rb, line 29
def describe_to(visitor, *args)
  self
end