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

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

module Cucumber
  module Runtime
    module JRuby
      module Dsl

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

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

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

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

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

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy