org.picocontainer.defaults
Class PicoExceptionsTestCase

java.lang.Object
  extended by org.picocontainer.defaults.PicoExceptionsTestCase

public class PicoExceptionsTestCase
extends Object

Unit tests for the several PicoException classes.


Field Summary
static String MESSAGE
           
static Throwable THROWABLE
           
 
Constructor Summary
PicoExceptionsTestCase()
           
 
Method Summary
 void testPicoInitializationException()
           
 void testPicoInitializationExceptionWithDefaultConstructor()
           
 void testPrintStackTrace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values

THROWABLE

public static final Throwable THROWABLE
Constructor Detail

PicoExceptionsTestCase

public PicoExceptionsTestCase()
Method Detail

testPicoInitializationException

public void testPicoInitializationException()

testPicoInitializationExceptionWithDefaultConstructor

public void testPicoInitializationExceptionWithDefaultConstructor()

testPrintStackTrace

public void testPrintStackTrace()
                         throws IOException
Throws:
IOException


Copyright © 2003-2010 Codehaus. All Rights Reserved.