org.apache.tapestry.junit
Class ContentTypeTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TapestryTestCase
          extended by org.apache.tapestry.junit.ContentTypeTest

public class ContentTypeTest
extends TapestryTestCase

Test the functionality of ContentType

Since:
3.0
Author:
Mindbridge

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
ContentTypeTest()
           
 
Method Summary
 void testEquals()
           
 void testEqualsWithParameters()
           
 void testParsing1()
           
 void testParsing2()
           
 void testUnparsing1()
           
 void testUnparsing2()
           
 
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeTest

public ContentTypeTest()
Method Detail

testEquals

public void testEquals()

testEqualsWithParameters

public void testEqualsWithParameters()

testParsing1

public void testParsing1()
                  throws Exception
Throws:
Exception

testParsing2

public void testParsing2()
                  throws Exception
Throws:
Exception

testUnparsing1

public void testUnparsing1()
                    throws Exception
Throws:
Exception

testUnparsing2

public void testUnparsing2()
                    throws Exception
Throws:
Exception


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