org.picocontainer
Class PicoVisitorTestCase

java.lang.Object
  extended by org.picocontainer.PicoVisitorTestCase

public class PicoVisitorTestCase
extends Object

Test general PicoVisitor behaviour.

Author:
Jörg Schaible, Mauro Talevi

Nested Class Summary
static class PicoVisitorTestCase.UnusualNode
           
 
Constructor Summary
PicoVisitorTestCase()
           
 
Method Summary
 void testIllegalTraverseNode()
           
 void testThrownErrorIsUnwrapped()
           
 void testThrownRuntimeExceptionIsUnwrapped()
           
 void testUnusualTraverseNode()
           
 void testVisitorThatMustBeInvokedUsingTraverse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoVisitorTestCase

public PicoVisitorTestCase()
Method Detail

testVisitorThatMustBeInvokedUsingTraverse

public void testVisitorThatMustBeInvokedUsingTraverse()

testUnusualTraverseNode

public void testUnusualTraverseNode()

testIllegalTraverseNode

public void testIllegalTraverseNode()

testThrownRuntimeExceptionIsUnwrapped

public void testThrownRuntimeExceptionIsUnwrapped()

testThrownErrorIsUnwrapped

public void testThrownErrorIsUnwrapped()


Copyright © 2003-2010 Codehaus. All Rights Reserved.