org.apache.tapestry.junit.spec
Class TestComponentSpecification

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

public class TestComponentSpecification
extends TapestryTestCase

Test cases for page and component specifications.

Since:
2.2
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestComponentSpecification()
           
 
Method Summary
 void test_Asset_Property()
           
 void test_Bean_Property()
           
 void test_Component_Property()
           
 void testGetReservedParameterNames()
           
 
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

TestComponentSpecification

public TestComponentSpecification()
Method Detail

test_Bean_Property

public void test_Bean_Property()
                        throws Exception
Throws:
Exception

test_Component_Property

public void test_Component_Property()
                             throws Exception
Throws:
Exception

test_Asset_Property

public void test_Asset_Property()
                         throws Exception
Throws:
Exception

testGetReservedParameterNames

public void testGetReservedParameterNames()
Since:
4.0


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