TestNG

<testng-results>
  <reporter-output>
  </reporter-output>
  <suite name="Command line suite" 
    duration-ms="0" 
    started-at="2010-11-17T13:31:41Z" 
    finished-at="2010-11-17T13:31:41Z">
    <groups>
    </groups>
    <test name="Command line test" 
        duration-ms="0" 
        started-at="2010-11-17T13:31:41Z" 
        finished-at="2010-11-17T13:31:41Z">
      <class name="br.eti.kinoshita.Test">
        <test-method status="FAIL" 
            signature="testVoid()" 
            name="testVoid" 
            duration-ms="0" 
            started-at="2010-11-17T13:31:41Z" 
            finished-at="2010-11-17T13:31:41Z">
        </test-method>
      </class>
    </test>
  </suite>
</testng-results>
		  

TestNG class name

This strategy matches the class name with the key custom field value.

TestNG method name

This strategy matches <package>.<classname>#<methodname> with the key custom field value (e.g.: com.example.MyClass#testSomething)

TestNG suite name

This strategy matches the suite name with the key custom field value.