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