org.apache.tapestry.engine.encoders
Class TestDirectServiceEncoder

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

public class TestDirectServiceEncoder
extends BaseComponentTestCase

Tests for DirectServiceEncoder.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestDirectServiceEncoder()
           
 
Method Summary
 void testDecodeStateful()
           
 void testDecodeStateless()
           
 void testDecodeWrongExtension()
           
 void testEncodePageInNamespace()
           
 void testEncodeStateful()
           
 void testEncodeStateless()
           
 void testEncodeWrongService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDirectServiceEncoder

public TestDirectServiceEncoder()
Method Detail

testEncodeWrongService

public void testEncodeWrongService()

testEncodePageInNamespace

public void testEncodePageInNamespace()

testEncodeStateless

public void testEncodeStateless()

testEncodeStateful

public void testEncodeStateful()

testDecodeWrongExtension

public void testDecodeWrongExtension()

testDecodeStateless

public void testDecodeStateless()

testDecodeStateful

public void testDecodeStateful()


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