cucumber.api.jruby.th.rb Maven / Gradle / Ivy
The newest version!
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
end
end
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy