example:
def setup end
def teardown
end
I will get the current case name in the setup method,how to do it?
In Ruby 1.9.3, you can do something like this:
def setup puts self.__name__ end
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
10 months ago
viewed
114 times
active