hudson.plugins.testng.results
Class TestNGTestResult

java.lang.Object
  extended by hudson.plugins.testng.results.TestNGTestResult

public class TestNGTestResult
extends Object

Represents a single TestNG XML tag

Author:
nullin

Constructor Summary
TestNGTestResult(String name)
           
 
Method Summary
 void addClassList(List<ClassResult> classList)
          Adds only the classes that already aren't part of the list
 List<ClassResult> getClassList()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGTestResult

public TestNGTestResult(String name)
Method Detail

getClassList

public List<ClassResult> getClassList()

getName

public String getName()

addClassList

public void addClassList(List<ClassResult> classList)
Adds only the classes that already aren't part of the list

Parameters:
classList - list of class results


Copyright © 2004-2013. All Rights Reserved.