org.apache.tapestry.util
Class TestPageRenderSupport

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.util.TestPageRenderSupport

public class TestPageRenderSupport
extends BaseComponentTestCase

Tests for PageRenderSupportImpl.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestPageRenderSupport()
           
 
Method Summary
 void testAddBodyScript()
           
 void testAddExternalScript()
           
 void testAddInitializationScript()
           
 void testGetLocation()
           
 void testGetPreloadedImageReference()
           
 void testGetUniqueString()
           
 void testGetUniqueStringWithNamespace()
           
 void testPreloadedImagesInNamespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPageRenderSupport

public TestPageRenderSupport()
Method Detail

testGetLocation

public void testGetLocation()

testGetPreloadedImageReference

public void testGetPreloadedImageReference()

testPreloadedImagesInNamespace

public void testPreloadedImagesInNamespace()

testAddBodyScript

public void testAddBodyScript()

testGetUniqueString

public void testGetUniqueString()

testGetUniqueStringWithNamespace

public void testGetUniqueStringWithNamespace()

testAddInitializationScript

public void testAddInitializationScript()

testAddExternalScript

public void testAddExternalScript()
                           throws Exception
Throws:
Exception


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