org.jboss.portal.common.test.info
Class TestItemInfo.AbstractVisitor

java.lang.Object
  extended by org.jboss.portal.common.test.info.TestItemInfo.AbstractVisitor
All Implemented Interfaces:
TestItemInfo.Visitor
Enclosing class:
TestItemInfo

public static class TestItemInfo.AbstractVisitor
extends java.lang.Object
implements TestItemInfo.Visitor

Boiler plate visitor.


Constructor Summary
TestItemInfo.AbstractVisitor()
           
 
Method Summary
 void enter(TestContainerInfo testContainerInfo)
          Enter a container.
 void leave(TestContainerInfo testContainerInfo)
          Leave a container.
 void visit(TestInfo testInfo)
          Visit a test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestItemInfo.AbstractVisitor

public TestItemInfo.AbstractVisitor()
Method Detail

enter

public void enter(TestContainerInfo testContainerInfo)
Description copied from interface: TestItemInfo.Visitor
Enter a container.

Specified by:
enter in interface TestItemInfo.Visitor

leave

public void leave(TestContainerInfo testContainerInfo)
Description copied from interface: TestItemInfo.Visitor
Leave a container.

Specified by:
leave in interface TestItemInfo.Visitor

visit

public void visit(TestInfo testInfo)
Description copied from interface: TestItemInfo.Visitor
Visit a test.

Specified by:
visit in interface TestItemInfo.Visitor