cucumber.api.jruby.ru.rb Maven / Gradle / Ivy
module Cucumber
module Runtime
module JRuby
module Dsl
def Допустим(regexp, &proc)
register_stepdef(regexp, proc)
end
def Дано(regexp, &proc)
register_stepdef(regexp, proc)
end
def Пусть(regexp, &proc)
register_stepdef(regexp, proc)
end
def Если(regexp, &proc)
register_stepdef(regexp, proc)
end
def Когда(regexp, &proc)
register_stepdef(regexp, proc)
end
def То(regexp, &proc)
register_stepdef(regexp, proc)
end
def Затем(regexp, &proc)
register_stepdef(regexp, proc)
end
def Тогда(regexp, &proc)
register_stepdef(regexp, proc)
end
def И(regexp, &proc)
register_stepdef(regexp, proc)
end
def Ктомуже(regexp, &proc)
register_stepdef(regexp, proc)
end
def Также(regexp, &proc)
register_stepdef(regexp, proc)
end
def Но(regexp, &proc)
register_stepdef(regexp, proc)
end
def А(regexp, &proc)
register_stepdef(regexp, proc)
end
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy