cucumber.api.jruby.et.rb Maven / Gradle / Ivy
The newest version!
module Cucumber
module Runtime
module JRuby
module Dsl
def Eeldades(regexp, &proc)
register_stepdef(regexp, proc)
end
def Kui(regexp, &proc)
register_stepdef(regexp, proc)
end
def Siis(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ja(regexp, &proc)
register_stepdef(regexp, proc)
end
def Kuid(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy