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

Package class diagram package 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 729433 2008-12-25 19:06:08Z olamy $
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-2011 The Apache Software Foundation. All Rights Reserved.