org.apache.maven.continuum.reports.surefire
Class ReportFailure
java.lang.Object
org.apache.maven.continuum.reports.surefire.ReportFailure
public class ReportFailure
- extends Object
- Since:
- 13 nov. 07
- Version:
- $Id: ReportFailure.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 |
ReportFailure
public ReportFailure(String type,
String exception,
String testName)
getType
public String getType()
setType
public void setType(String type)
getException
public String getException()
setException
public void setException(String exception)
getTestName
public String getTestName()
setTestName
public void setTestName(String testName)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.