org.apache.tapestry.junit
Class TestStaticLink

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TapestryTestCase
          extended by org.apache.tapestry.junit.TestStaticLink

public class TestStaticLink
extends TapestryTestCase

Tests for StaticLink.

Since:
3.0
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestStaticLink()
           
 
Method Summary
 void testAbsoluteURL()
           
 void testAbsoluteURLWithParameters()
           
 void testGetParameterNames()
           
 void testGetParameterValues()
           
 void testURL()
           
 void testURLWithAnchor()
           
 
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStaticLink

public TestStaticLink()
Method Detail

testURL

public void testURL()

testAbsoluteURL

public void testAbsoluteURL()

testURLWithAnchor

public void testURLWithAnchor()

testAbsoluteURLWithParameters

public void testAbsoluteURLWithParameters()

testGetParameterNames

public void testGetParameterNames()

testGetParameterValues

public void testGetParameterValues()


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