org.apache.tapestry.engine
Class EngineServiceLinkTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.engine.EngineServiceLinkTest

public class EngineServiceLinkTest
extends BaseComponentTestCase

Tests for EngineServiceLink.

Since:
3.0
Author:
Howard Lewis Ship

Constructor Summary
EngineServiceLinkTest()
           
 
Method Summary
 void testGetAbsoluteURL()
           
 void testGetAbsoluteURLWithOverrides()
           
 void testGetURLAbsolute()
           
 void testGetURLNotAbsolute()
           
 void testGetURLSansParameters()
           
 void testGetURLWithAnchor()
           
 void testGetURLWithAnchorAndParameters()
           
 void testGetURLWithParameters()
           
 void testGetURLWithServiceParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineServiceLinkTest

public EngineServiceLinkTest()
Method Detail

testGetURLWithParameters

public void testGetURLWithParameters()
Since:
4.0

testGetURLWithServiceParameters

public void testGetURLWithServiceParameters()

testGetURLSansParameters

public void testGetURLSansParameters()
Since:
4.0

testGetURLWithAnchor

public void testGetURLWithAnchor()
Since:
4.0

testGetURLWithAnchorAndParameters

public void testGetURLWithAnchorAndParameters()
                                       throws Exception
Throws:
Exception

testGetAbsoluteURL

public void testGetAbsoluteURL()
                        throws Exception
Throws:
Exception

testGetAbsoluteURLWithOverrides

public void testGetAbsoluteURLWithOverrides()
                                     throws Exception
Throws:
Exception

testGetURLNotAbsolute

public void testGetURLNotAbsolute()

testGetURLAbsolute

public void testGetURLAbsolute()


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