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

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

module Cucumber
  module Runtime
    module JRuby
      module Dsl

        def Дадено(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Дадена(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Кога(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Тогаш(regexp, &proc)
          register_stepdef(regexp, proc)
        end

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

        def Но(regexp, &proc)
          register_stepdef(regexp, proc)
        end

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy