![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.api.jruby.hu.rb Maven / Gradle / Ivy
module Cucumber
module Runtime
module JRuby
module Dsl
def Adott(regexp, &proc)
register_stepdef(regexp, proc)
end
def Akkor(regexp, &proc)
register_stepdef(regexp, proc)
end
def Amennyiben(regexp, &proc)
register_stepdef(regexp, proc)
end
def Amikor(regexp, &proc)
register_stepdef(regexp, proc)
end
def De(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ha(regexp, &proc)
register_stepdef(regexp, proc)
end
def Majd(regexp, &proc)
register_stepdef(regexp, proc)
end
def És(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy