org.picocontainer.injectors
Class AbstractInjectorTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.picocontainer.injectors.AbstractInjectorTestCase
All Implemented Interfaces:
junit.framework.Test

public class AbstractInjectorTestCase
extends junit.framework.TestCase


Constructor Summary
AbstractInjectorTestCase()
           
 
Method Summary
 void setUp()
           
 void testCaughtIllegalAccessExceptionInvokesMonitorAndThrows()
           
 void testCaughtInstantiationExceptionInvokesMonitorAndThrows()
           
 void testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsAsCompositionIfNotRuntimeOrError()
           
 void testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsErrorIfErrorInTheFirstPlace()
           
 void testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsRuntimeIfRuntimeInTheFirstPlace()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

AbstractInjectorTestCase

public AbstractInjectorTestCase()
Method Detail

setUp

public void setUp()
           throws NoSuchMethodException
Overrides:
setUp in class junit.framework.TestCase
Throws:
NoSuchMethodException

testCaughtIllegalAccessExceptionInvokesMonitorAndThrows

public void testCaughtIllegalAccessExceptionInvokesMonitorAndThrows()

testCaughtInstantiationExceptionInvokesMonitorAndThrows

public void testCaughtInstantiationExceptionInvokesMonitorAndThrows()

testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsRuntimeIfRuntimeInTheFirstPlace

public void testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsRuntimeIfRuntimeInTheFirstPlace()

testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsErrorIfErrorInTheFirstPlace

public void testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsErrorIfErrorInTheFirstPlace()

testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsAsCompositionIfNotRuntimeOrError

public void testCaughtInvocationTargetExceptionInvokesMonitorAndReThrowsAsCompositionIfNotRuntimeOrError()


Copyright © 2003-2007 Codehaus. All Rights Reserved.