org.picocontainer.behaviors
Class AutomaticTestCase

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

public class AutomaticTestCase
extends junit.framework.TestCase


Nested Class Summary
static class AutomaticTestCase.Bar
           
static class AutomaticTestCase.Foo
           
 
Constructor Summary
AutomaticTestCase()
           
 
Method Summary
 void testAutomaticBehavior()
           
 void testAutomaticBehaviorByBuilder()
           
 void testAutomaticBehaviorByBuilderADifferentWay()
           
 void testAutomaticBehaviorByBuilderADifferentWayViaAdapter()
           
 void testAutomaticBehaviorByBuilderViaAdapter()
           
 void testAutomaticBehaviorViaAdapter()
           
 void testAutomaticBehaviorWorksForAdaptiveBehaviorToo()
           
 void testAutomaticBehaviorWorksForAdaptiveBehaviorTooViaAdapter()
           
 void testNonAutomaticBehaviorAsContrastToTheAbove()
           
 void testNonAutomaticBehaviorAsContrastToTheAboveViaAdapter()
           
 
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

AutomaticTestCase

public AutomaticTestCase()
Method Detail

testAutomaticBehavior

public void testAutomaticBehavior()

testAutomaticBehaviorViaAdapter

public void testAutomaticBehaviorViaAdapter()

testNonAutomaticBehaviorAsContrastToTheAbove

public void testNonAutomaticBehaviorAsContrastToTheAbove()

testNonAutomaticBehaviorAsContrastToTheAboveViaAdapter

public void testNonAutomaticBehaviorAsContrastToTheAboveViaAdapter()

testAutomaticBehaviorByBuilder

public void testAutomaticBehaviorByBuilder()

testAutomaticBehaviorByBuilderViaAdapter

public void testAutomaticBehaviorByBuilderViaAdapter()

testAutomaticBehaviorByBuilderADifferentWay

public void testAutomaticBehaviorByBuilderADifferentWay()

testAutomaticBehaviorByBuilderADifferentWayViaAdapter

public void testAutomaticBehaviorByBuilderADifferentWayViaAdapter()

testAutomaticBehaviorWorksForAdaptiveBehaviorToo

public void testAutomaticBehaviorWorksForAdaptiveBehaviorToo()

testAutomaticBehaviorWorksForAdaptiveBehaviorTooViaAdapter

public void testAutomaticBehaviorWorksForAdaptiveBehaviorTooViaAdapter()


Copyright © 2003-2007 Codehaus. All Rights Reserved.