# File tests/wntestcase.rb, line 125
                def setup( *args )
                        self.class.setupBlocks.each {|sblock|
                                debugMsg "Calling setup block method #{sblock}"
                                self.send( sblock )
                        }
                        super( *args )
                end