org.apache.maven.surefire.report
Class SmartStackTraceParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.surefire.report.SmartStackTraceParserTest
All Implemented Interfaces:
junit.framework.Test

public class SmartStackTraceParserTest
extends junit.framework.TestCase


Constructor Summary
SmartStackTraceParserTest()
           
 
Method Summary
 Throwable getAThrownException()
           
 void testAssertionWithNoMessage()
           
 void testClassThatWillFail()
           
 void testCollections()
           
 void testCollectorWithNested()
           
 void testFailureInBaseClass()
           
 void testFailWithFail()
           
 void testGetString()
           
 void testLongMessageTruncation()
           
 void testNestedFailure()
           
 void testNestedNpe()
           
 void testNestedNpeOutsideTest()
           
 void testNonClassNameStacktrace()
           
 void testNullElementInStackTrace()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmartStackTraceParserTest

public SmartStackTraceParserTest()
Method Detail

testGetString

public void testGetString()
                   throws Exception
Throws:
Exception

testNestedFailure

public void testNestedFailure()
                       throws Exception
Throws:
Exception

testNestedNpe

public void testNestedNpe()
                   throws Exception
Throws:
Exception

testNestedNpeOutsideTest

public void testNestedNpeOutsideTest()
                              throws Exception
Throws:
Exception

testLongMessageTruncation

public void testLongMessageTruncation()
                               throws Exception
Throws:
Exception

testFailureInBaseClass

public void testFailureInBaseClass()
                            throws Exception
Throws:
Exception

testClassThatWillFail

public void testClassThatWillFail()
                           throws Exception
Throws:
Exception

getAThrownException

public Throwable getAThrownException()

testCollections

public void testCollections()

testAssertionWithNoMessage

public void testAssertionWithNoMessage()

testFailWithFail

public void testFailWithFail()

testCollectorWithNested

public void testCollectorWithNested()

testNonClassNameStacktrace

public void testNonClassNameStacktrace()

testNullElementInStackTrace

public void testNullElementInStackTrace()
                                 throws Exception
Throws:
Exception


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