cucumber.api.jruby.nl.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Gegeven(regexp, &proc)
register_stepdef(regexp, proc)
end
def Stel(regexp, &proc)
register_stepdef(regexp, proc)
end
def Als(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