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

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

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

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

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

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

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

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

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

        def Če(regexp, &proc)
          register_stepdef(regexp, proc)
        end

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

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

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

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

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

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

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

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

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy