cucumber.api.jruby.uk.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
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy