org.picocontainer.defaults
Class PicoExceptionsTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.picocontainer.defaults.PicoExceptionsTestCase
All Implemented Interfaces:
junit.framework.Test

public class PicoExceptionsTestCase
extends junit.framework.TestCase

Unit tests for the several PicoException classes.


Field Summary
static String MESSAGE
           
static Throwable THROWABLE
           
 
Constructor Summary
PicoExceptionsTestCase()
           
 
Method Summary
 void testCyclicDependencyException()
           
 void testPicoInitializationException()
           
 void testPicoInitializationExceptionWithDefaultConstructor()
           
 void testPicoInstantiationException()
           
 void testPicoIntrospectionException()
           
 void testPicoRegistrationException()
           
 void testPrintStackTrace()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

testPicoInstantiationException

public void testPicoInstantiationException()

testPicoIntrospectionException

public void testPicoIntrospectionException()

testPicoRegistrationException

public void testPicoRegistrationException()

testCyclicDependencyException

public void testCyclicDependencyException()

testPrintStackTrace

public void testPrintStackTrace()
                         throws IOException
Throws:
IOException


Copyright © 2003-2007 Codehaus. All Rights Reserved.