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

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

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

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

        def Etantdonnéque(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Etantdonnéqu(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Etantdonné(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Etantdonnée(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Etantdonnés(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Etantdonnées(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Étantdonnéque(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Étantdonnéqu(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Étantdonné(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Étantdonnée(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Étantdonnés(regexp, &proc)
          register_stepdef(regexp, proc)
        end

        def Étantdonnées(regexp, &proc)
          register_stepdef(regexp, proc)
        end

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

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

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

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

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

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

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

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

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

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

      end
    end
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy