cucumber.api.jruby.fi.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Oletetaan(regexp, &proc)
register_stepdef(regexp, proc)
end
def Kun(regexp, &proc)
register_stepdef(regexp, proc)
end
def Niin(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ja(regexp, &proc)
register_stepdef(regexp, proc)
end
def Mutta(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy