org.apache.maven.continuum.reports.surefire
Class ReportFailure

java.lang.Object
  extended by 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

Constructor Summary
ReportFailure(String type, String exception, String testName)
           
 
Method Summary
 String getException()
           
 String getTestName()
           
 String getType()
           
 void setException(String exception)
           
 void setTestName(String testName)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportFailure

public ReportFailure(String type,
                     String exception,
                     String testName)
Method Detail

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.