org.picocontainer.behaviors
Class AdaptiveBehaviorTestCase

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

public class AdaptiveBehaviorTestCase
extends junit.framework.TestCase


Nested Class Summary
static class AdaptiveBehaviorTestCase.MyHashMap
           
static class AdaptiveBehaviorTestCase.MyHashMap2
           
 
Constructor Summary
AdaptiveBehaviorTestCase()
           
 
Method Summary
 void mergeInto(Properties p, Properties into)
           
 void testCachingAndImplHidingAndThreadSafetySetupCorrectly()
           
 void testCachingAndImplHidingAndThreadSafetySetupCorrectlyForExtraCaching()
           
 void testCachingAndImplHidingAndThreadSafetySetupCorrectlyForExtraCachingForAdapter()
           
 void testCachingBehaviorCanBeAddedByAnnotation()
           
 void testCachingBehaviorCanBeAddedByCharacteristics()
           
 void testImplementationHidingBehaviorCanBeAddedByCharacteristics()
           
 void testPropertyApplyingBehaviorCanBeAddedByCharacteristics()
           
 void testSetterInjectionCanBeTriggereedMeaningAdaptiveInjectorIsUsed()
           
 
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

AdaptiveBehaviorTestCase

public AdaptiveBehaviorTestCase()
Method Detail

testCachingBehaviorCanBeAddedByCharacteristics

public void testCachingBehaviorCanBeAddedByCharacteristics()

testCachingBehaviorCanBeAddedByAnnotation

public void testCachingBehaviorCanBeAddedByAnnotation()

testImplementationHidingBehaviorCanBeAddedByCharacteristics

public void testImplementationHidingBehaviorCanBeAddedByCharacteristics()

testPropertyApplyingBehaviorCanBeAddedByCharacteristics

public void testPropertyApplyingBehaviorCanBeAddedByCharacteristics()

testSetterInjectionCanBeTriggereedMeaningAdaptiveInjectorIsUsed

public void testSetterInjectionCanBeTriggereedMeaningAdaptiveInjectorIsUsed()

testCachingAndImplHidingAndThreadSafetySetupCorrectly

public void testCachingAndImplHidingAndThreadSafetySetupCorrectly()

testCachingAndImplHidingAndThreadSafetySetupCorrectlyForExtraCaching

public void testCachingAndImplHidingAndThreadSafetySetupCorrectlyForExtraCaching()

testCachingAndImplHidingAndThreadSafetySetupCorrectlyForExtraCachingForAdapter

public void testCachingAndImplHidingAndThreadSafetySetupCorrectlyForExtraCachingForAdapter()

mergeInto

public void mergeInto(Properties p,
                      Properties into)


Copyright © 2003-2007 Codehaus. All Rights Reserved.