![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.api.jruby.fr.rb Maven / Gradle / Ivy
module Cucumber
module Runtime
module JRuby
module Dsl
def Alors(regexp, &proc)
register_stepdef(regexp, proc)
end
def Et(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ées(regexp, &proc)
register_stepdef(regexp, proc)
end
def Etantdonnés(regexp, &proc)
register_stepdef(regexp, proc)
end
def Lorsqu(regexp, &proc)
register_stepdef(regexp, proc)
end
def Lorsque(regexp, &proc)
register_stepdef(regexp, proc)
end
def Mais(regexp, &proc)
register_stepdef(regexp, proc)
end
def Quand(regexp, &proc)
register_stepdef(regexp, proc)
end
def Soit(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ées(regexp, &proc)
register_stepdef(regexp, proc)
end
def Étantdonnés(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy