org.apache.maven.surefire.junit
Class JUnitStackTraceWriter

java.lang.Object
  extended by org.apache.maven.surefire.report.PojoStackTraceWriter
      extended by org.apache.maven.surefire.junit.JUnitStackTraceWriter
All Implemented Interfaces:
StackTraceWriter

public class JUnitStackTraceWriter
extends PojoStackTraceWriter

Stack trace writer for JUnit tests.

Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.maven.surefire.report.PojoStackTraceWriter
testClass, testMethod
 
Constructor Summary
JUnitStackTraceWriter(String testClass, String testName, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.report.PojoStackTraceWriter
getThrowable, writeTraceToString, writeTrimmedTraceToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitStackTraceWriter

public JUnitStackTraceWriter(String testClass,
                             String testName,
                             Throwable throwable)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.