org.apache.maven.continuum.reports.surefire
Class ReportTest
java.lang.Object
org.apache.maven.continuum.reports.surefire.ReportTest
public class ReportTest
- extends Object
- Since:
- 12 nov. 07
- Version:
- $Id: ReportTest.java 1372267 2012-08-13 05:47:30Z brett $
- Author:
- olamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportTest
public ReportTest()
getName
public String getName()
setName
public void setName(String name)
getTests
public int getTests()
setTests
public void setTests(int tests)
getErrors
public int getErrors()
setErrors
public void setErrors(int errors)
getFailures
public int getFailures()
setFailures
public void setFailures(int failures)
getSuccessRate
public float getSuccessRate()
getElapsedTime
public float getElapsedTime()
setElapsedTime
public void setElapsedTime(float elapsedTime)
getChildren
public List getChildren()
setChildren
public void setChildren(List children)
getId
public String getId()
setId
public void setId(String id)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.