Package hudson.plugins.testng.results
Class TestNGTestResult
java.lang.Object
hudson.plugins.testng.results.TestNGTestResult
Represents a single TestNG XML 
<test> tag.- Author:
- nullin
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddClassList(List<ClassResult> classList) Adds only the classes that already aren't part of the listgetName()
- 
Constructor Details- 
TestNGTestResult
 
- 
- 
Method Details- 
getClassList
- 
getName
- 
addClassListAdds only the classes that already aren't part of the list- Parameters:
- classList- list of class results
 
 
-