This project has retired. For details please refer to its Attic page.
PortletTilesRequestContextTest (Tiles 2 2.1.4 Test API)

org.apache.tiles.portlet.context
Class PortletTilesRequestContextTest

Package class diagram package PortletTilesRequestContextTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.tiles.portlet.context.PortletTilesRequestContextTest
All Implemented Interfaces:
junit.framework.Test

public class PortletTilesRequestContextTest
extends junit.framework.TestCase

Version:
$Rev: 722440 $ $Date: 2008-12-02 13:34:11 +0100 (mar, 02 dic 2008) $

Constructor Summary
PortletTilesRequestContextTest()
           
 
Method Summary
protected  void setUp()
          
 void testGetApplicationContext()
          Tests PortletTilesRequestContext.getApplicationContext().
 void testGetApplicationScope()
          Tests getting application scope attributes.
 void testGetHeader()
          Tests getting the header.
 void testGetHeaderValues()
          Tests getting the header values.
 void testGetInitParams()
          Tests getting init parameters..
 void testGetParam()
          Tests getting request parameters.
 void testGetParamValues()
          Tests getting request parameters values.
 void testGetRequestScope()
          Tests getting request scope attributes.
 void testGetSessionScope()
          Tests getting session scope attributes.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletTilesRequestContextTest

public PortletTilesRequestContextTest()
Method Detail

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testGetHeader

public void testGetHeader()
Tests getting the header.


testGetHeaderValues

public void testGetHeaderValues()
Tests getting the header values.


testGetParam

public void testGetParam()
Tests getting request parameters.


testGetParamValues

public void testGetParamValues()
Tests getting request parameters values.


testGetApplicationContext

public void testGetApplicationContext()
Tests PortletTilesRequestContext.getApplicationContext().


testGetRequestScope

public void testGetRequestScope()
Tests getting request scope attributes.


testGetSessionScope

public void testGetSessionScope()
Tests getting session scope attributes.


testGetApplicationScope

public void testGetApplicationScope()
Tests getting application scope attributes.


testGetInitParams

public void testGetInitParams()
Tests getting init parameters..



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.