org.apache.tapestry.portlet
Class TestPortletWebContext

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.portlet.BasePortletWebTestCase
          extended by org.apache.tapestry.portlet.TestPortletWebContext

public class TestPortletWebContext
extends BasePortletWebTestCase

Author:
Howard M. Lewis Ship

Constructor Summary
TestPortletWebContext()
           
 
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.portlet.BasePortletWebTestCase
checkList, newEnumeration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPortletWebContext

public TestPortletWebContext()
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.