org.apache.tapestry.engine.encoders
Class PathEncoderTest

java.lang.Object
  extended by TestBase
      extended by org.apache.tapestry.engine.encoders.PathEncoderTest

public class PathEncoderTest
extends TestBase

Tests functionality of the PathEncoder .


Constructor Summary
PathEncoderTest()
           
 
Method Summary
protected  ServiceEncoding newEncoding()
           
 void test_Encode()
           
 void test_Wrong_Path()
           
 void test_Wrong_Service()
           
protected  void trainGetParameterValue(ServiceEncoding encoding, String name, String value)
           
protected  void trainGetServletPath(ServiceEncoding encoding, String servletPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathEncoderTest

public PathEncoderTest()
Method Detail

test_Wrong_Service

public void test_Wrong_Service()

trainGetParameterValue

protected void trainGetParameterValue(ServiceEncoding encoding,
                                      String name,
                                      String value)

newEncoding

protected ServiceEncoding newEncoding()

test_Wrong_Path

public void test_Wrong_Path()

trainGetServletPath

protected void trainGetServletPath(ServiceEncoding encoding,
                                   String servletPath)

test_Encode

public void test_Encode()


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