# File tests/wntestcase.rb, line 136 def teardown( *args ) super( *args ) self.class.teardownBlocks.each {|tblock| debugMsg "Calling teardown block method #{tblock}" self.send( tblock ) } end