org.apache.tapestry.junit.spec
Class TestApplicationSpecification

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

public class TestApplicationSpecification
extends TapestryTestCase

Tests related to ApplicationSpecification.

Since:
2.2
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestApplicationSpecification()
           
 
Method Summary
 void testBasicExtension()
           
 void testExtensionProperty()
           
 void testExtensionType()
           
 void testExtensionTypeFailClass()
           
 void testImmediateExtension()
           
 
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

TestApplicationSpecification

public TestApplicationSpecification()
Method Detail

testBasicExtension

public void testBasicExtension()
                        throws Exception
Throws:
Exception

testExtensionType

public void testExtensionType()
                       throws Exception
Throws:
Exception

testExtensionTypeFailClass

public void testExtensionTypeFailClass()
                                throws Exception
Throws:
Exception

testExtensionProperty

public void testExtensionProperty()
                           throws Exception
Throws:
Exception

testImmediateExtension

public void testImmediateExtension()
                            throws Exception
Throws:
Exception


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