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

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

The newest version!
module Cucumber
  module Runtime
    module JRuby
      module Dsl

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

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

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

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

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

        def Entón(regexp, &proc)
          register_stepdef(regexp, proc)
        end

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

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

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

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy