net.grinder.common
Class TestGrinderExceptions

java.lang.Object
  extended by net.grinder.common.TestGrinderExceptions

public class TestGrinderExceptions
extends Object

Unit test for GrinderException.

Author:
Philip Aston

Constructor Summary
TestGrinderExceptions()
           
 
Method Summary
 void testPrintStackTrace()
           
 void testPrintStackTraceWithDefaultStream()
           
 void testPrintStackTraceWithNestedNonGrinderException()
           
 void testPrintStackTraceWithNestedUnconventionalException()
           
 void testPrintStackTraceWithPrintStream()
           
 void testUncheckedGrinderException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGrinderExceptions

public TestGrinderExceptions()
Method Detail

testPrintStackTrace

public void testPrintStackTrace()
                         throws Exception
Throws:
Exception

testPrintStackTraceWithNestedNonGrinderException

public void testPrintStackTraceWithNestedNonGrinderException()
                                                      throws Exception
Throws:
Exception

testPrintStackTraceWithNestedUnconventionalException

public void testPrintStackTraceWithNestedUnconventionalException()
                                                          throws Exception
Throws:
Exception

testPrintStackTraceWithPrintStream

public void testPrintStackTraceWithPrintStream()
                                        throws Exception
Throws:
Exception

testPrintStackTraceWithDefaultStream

public void testPrintStackTraceWithDefaultStream()
                                          throws Exception
Throws:
Exception

testUncheckedGrinderException

public void testUncheckedGrinderException()
                                   throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.