org.apache.tapestry.engine.encoders
Class TestPageServiceEncoder

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.engine.encoders.TestPageServiceEncoder

public class TestPageServiceEncoder
extends BaseComponentTestCase

Tests for PageServiceEncoder.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestPageServiceEncoder()
           
 
Method Summary
 void testDecodeEndsWithDot()
           
 void testDecodeHtmSuccess()
           
 void testDecodeNoExtension()
           
 void testDecodeSuccess()
           
 void testDecodeWrongExtension()
           
 void testEncode()
           
 void testEncodeHtm()
           
 void testEncodeInNamespace()
           
 void testEncodeOtherService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPageServiceEncoder

public TestPageServiceEncoder()
Method Detail

testEncodeOtherService

public void testEncodeOtherService()

testEncode

public void testEncode()

testEncodeHtm

public void testEncodeHtm()

testEncodeInNamespace

public void testEncodeInNamespace()

testDecodeNoExtension

public void testDecodeNoExtension()

testDecodeEndsWithDot

public void testDecodeEndsWithDot()

testDecodeWrongExtension

public void testDecodeWrongExtension()

testDecodeSuccess

public void testDecodeSuccess()

testDecodeHtmSuccess

public void testDecodeHtmSuccess()


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