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 176 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 188 def examples_table_row(*) end