All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cucumber.api.jruby.en_tx.rb Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
module Cucumber
  module Runtime
    module JRuby
      module Dsl

        def Andyall(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Butyall(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Givenyall(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Thenyall(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Whenyall(regexp, &proc)
          register_stepdef(regexp, proc)
        end

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy