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