org.apache.tapestry.web
Class TestServletWebContext

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.web.BaseWebTestCase
          extended by org.apache.tapestry.web.TestServletWebContext

public class TestServletWebContext
extends BaseWebTestCase

Tests for ServletWebContext.


Constructor Summary
TestServletWebContext()
           
 
Method Summary
 void testGetAttribute()
           
 void testGetAttributeNames()
           
 void testGetInitParameterNames()
           
 void testGetInitParameterValue()
           
 void testGetResource()
           
 void testGetResourceFailure()
           
 void testSetAttribute()
           
 void testSetAttributeToNull()
           
 
Methods inherited from class org.apache.tapestry.web.BaseWebTestCase
checkList, newEnumeration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServletWebContext

public TestServletWebContext()
Method Detail

testGetInitParameterNames

public void testGetInitParameterNames()

testGetInitParameterValue

public void testGetInitParameterValue()

testGetAttributeNames

public void testGetAttributeNames()

testGetAttribute

public void testGetAttribute()

testSetAttribute

public void testSetAttribute()

testSetAttributeToNull

public void testSetAttributeToNull()

testGetResource

public void testGetResource()
                     throws Exception
Throws:
Exception

testGetResourceFailure

public void testGetResourceFailure()
                            throws Exception
Throws:
Exception


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