org.apache.tapestry.services.impl
Class TestSetupRequestEncoding

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.services.impl.TestSetupRequestEncoding

public class TestSetupRequestEncoding
extends BaseComponentTestCase

Tests for SetupRequestEncoding.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestSetupRequestEncoding()
           
 
Method Summary
 void testAbstractMethodError()
           
 void testEncodingNotNull()
           
 void testEncodingNull()
           
 void testNoSuchMethodError()
           
 void testUnsupportedEncoding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSetupRequestEncoding

public TestSetupRequestEncoding()
Method Detail

testEncodingNotNull

public void testEncodingNotNull()
                         throws Exception
Throws:
Exception

testEncodingNull

public void testEncodingNull()
                      throws Exception
Throws:
Exception

testUnsupportedEncoding

public void testUnsupportedEncoding()
                             throws Exception
Throws:
Exception

testNoSuchMethodError

public void testNoSuchMethodError()
                           throws Exception
Throws:
Exception

testAbstractMethodError

public void testAbstractMethodError()
                             throws Exception
Throws:
Exception


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