cucumber.api.jruby.sk.rb Maven / Gradle / Ivy
module Cucumber
module Runtime
module JRuby
module Dsl
def Pokiaľ(regexp, &proc)
register_stepdef(regexp, proc)
end
def Zapredpokladu(regexp, &proc)
register_stepdef(regexp, proc)
end
def Keď(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ak(regexp, &proc)
register_stepdef(regexp, proc)
end
def Tak(regexp, &proc)
register_stepdef(regexp, proc)
end
def Potom(regexp, &proc)
register_stepdef(regexp, proc)
end
def A(regexp, &proc)
register_stepdef(regexp, proc)
end
def Atiež(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ataktiež(regexp, &proc)
register_stepdef(regexp, proc)
end
def Azároveň(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ale(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy