class Cucumber::Core::Test::Case::TagCollector

Attributes

result[R]

Public Class Methods

new(test_case) click to toggle source
# File lib/cucumber/core/test/case.rb, line 175
def initialize(test_case)
  @result = []
  test_case.describe_source_to self
end

Public Instance Methods

examples_table_row(*) click to toggle source
# File lib/cucumber/core/test/case.rb, line 187
def examples_table_row(*)
end