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

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

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

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

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

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

        def Lè(regexp, &proc)
          register_stepdef(regexp, proc)
        end

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

        def Lèsaa(regexp, &proc)
          register_stepdef(regexp, proc)
        end

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

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

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

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

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy