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

cucumber.api.jruby.zh_cn.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

        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