class Test::Unit::TestCase

Contest adds teardown, test and context as class methods, and the instance methods setup and teardown now iterate on the corresponding blocks. Note that all setup and teardown blocks must be defined with the block syntax. Adding setup or teardown instance methods defeats the purpose of this library.