org.picocontainer.visitors
Class MethodCallingVisitorTest

java.lang.Object
  extended by org.picocontainer.visitors.MethodCallingVisitorTest

public class MethodCallingVisitorTest
extends java.lang.Object

Author:
Jörg Schaible, Mauro Talevi

Constructor Summary
MethodCallingVisitorTest()
           
 
Method Summary
 void setUp()
           
 void testVisitorWillTraverseAndCall()
           
 void testVisitsInInstantiationOrder()
           
 void testVisitsInReverseInstantiationOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallingVisitorTest

public MethodCallingVisitorTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testVisitorWillTraverseAndCall

public void testVisitorWillTraverseAndCall()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testVisitsInInstantiationOrder

public void testVisitsInInstantiationOrder()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testVisitsInReverseInstantiationOrder

public void testVisitsInReverseInstantiationOrder()
                                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2011 Codehaus. All Rights Reserved.