org.apache.tapestry.web
Class WebContextResourceTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.web.WebContextResourceTest

public class WebContextResourceTest
extends BaseComponentTestCase

Tests for WebContextResource.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
WebContextResourceTest()
           
 
Method Summary
 void testConstructor()
           
 void testGetExtensionlessResource()
           
 void testGetRelativeResource()
           
 void testLocalizationExists()
           
 void testLocalizationMissing()
           
 void testLocalizationSame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebContextResourceTest

public WebContextResourceTest()
Method Detail

testConstructor

public void testConstructor()

testLocalizationExists

public void testLocalizationExists()
                            throws Exception
Throws:
Exception

testLocalizationSame

public void testLocalizationSame()
                          throws Exception
Throws:
Exception

testLocalizationMissing

public void testLocalizationMissing()
                             throws Exception
Throws:
Exception

testGetRelativeResource

public void testGetRelativeResource()

testGetExtensionlessResource

public void testGetExtensionlessResource()
                                  throws Exception
Throws:
Exception


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