cucumber.api.jruby.zh_tw.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
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