org.apache.tapestry.web
Class BaseWebTestCase

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.web.BaseWebTestCase
Direct Known Subclasses:
ServletWebSessionTest, TestServletWebContext, TestServletWebRequest

public abstract class BaseWebTestCase
extends BaseComponentTestCase

Common code used when testing the various container adapters.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
BaseWebTestCase()
           
 
Method Summary
protected  void checkList(List l)
           
protected  Enumeration newEnumeration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseWebTestCase

public BaseWebTestCase()
Method Detail

newEnumeration

protected Enumeration newEnumeration()

checkList

protected void checkList(List l)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.