cucumber.api.jruby.af.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Gegewe(regexp, &proc)
register_stepdef(regexp, proc)
end
def Wanneer(regexp, &proc)
register_stepdef(regexp, proc)
end
def Dan(regexp, &proc)
register_stepdef(regexp, proc)
end
def En(regexp, &proc)
register_stepdef(regexp, proc)
end
def Maar(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy