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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassList
(List<ClassResult> classList) Adds only the classes that already aren't part of the listgetName()
-
Constructor Details
-
TestNGTestResult
-
-
Method Details
-
getClassList
-
getName
-
addClassList
Adds only the classes that already aren't part of the list- Parameters:
classList
- list of class results
-