# File test/test_monitor.rb, line 13
    def setup
      # for Exception class
      @error_type = self.class
      @message_call = 0
      @class_call = 0
      @backtrace_call = 0

      # target
      @timestamp = Time.mktime(2004, 10, 8, 2, 10, 58) # Fri Oct 08 02:10:58 2004
      @sample = build_sample
    end