<?xml version="1.0" encoding="UTF-8"?>
<testng-results skipped="0" failed="0" total="1" passed="1">
  <reporter-output>
    <line>
      <![CDATA[Log This: ]]>
    </line>
  </reporter-output>
  <suite name="Debug Test Suite" duration-ms="5" started-at="2011-11-28T14:58:27Z" finished-at="2011-11-28T14:58:27Z">
    <groups>
    </groups>
    <test name="Debug Tests" duration-ms="5" started-at="2011-11-28T14:58:27Z" finished-at="2011-11-28T14:58:27Z">
      <class name="com.mytestpackage.debug.DebugTests">
        <test-method status="PASS" signature="generateRawData()[pri:0, instance:com.mytestpackage.debug.DebugTests@6513cf0]" name="generateRawData" duration-ms="0" started-at="2011-11-28T14:58:27Z" finished-at="2011-11-28T14:58:27Z">
        </test-method>
      </class>
      <class name="com.mytestpackage.debug.MyInitializer">
        <test-method status="PASS" signature="beforeSuite(java.lang.String, java.lang.String, java.lang.String)[pri:0, instance:com.mytestpackage.debug.MyInitializer@44b01d43]" name="beforeSuite" is-config="true" duration-ms="2494" started-at="2011-11-28T14:58:24Z" finished-at="2011-11-28T14:58:27Z">
          <params>
            <param index="0">
              <value>
                <![CDATA[debug.xml]]>
              </value>
            </param>
            <param index="1">
              <value>
                <![CDATA[log4j.properties]]>
              </value>
            </param>
            <param index="2">
              <value>
                <![CDATA[debug-tests]]>
              </value>
            </param>
          </params>
        </test-method>
        <test-method status="PASS" signature="afterSuite()[pri:0, instance:com.mytestpackage.debug.MyInitializer@44b01d43]" name="afterSuite" is-config="true" duration-ms="2193" started-at="2011-11-28T14:58:27Z" finished-at="2011-11-28T14:58:29Z">
        </test-method>
      </class>
    </test>
  </suite>
</testng-results>
