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

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

The newest version!
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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy