# File test/test_wpm_messg_manip.rb, line 10 def setup # for WPM::Driver class @handler_call = 0 @env_call = 0 @env = Hash.new @params_call = 0 @params = Hash.new @header_call = 0 @set_header_call = 0 @header = Hash.new @write_call = 0 @write_messg_body = '' @close_call = 0 @messg_manip = WPM::MessageManipulator.new(self) end