org.apache.tapestry.spec
Class TestComponentSpecification
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.spec.TestComponentSpecification
public class TestComponentSpecification
- extends BaseComponentTestCase
Tests a number of failure cases in
ComponentSpecification
. Success cases are covered by
TestSpecificationParser
and the (ugly and slow) mock
integration tests.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestComponentSpecification
public TestComponentSpecification()
test_Claim_Property_OK
public void test_Claim_Property_OK()
test_Claim_Property_Conflict
public void test_Claim_Property_Conflict()
test_Add_Asset_Conflict
public void test_Add_Asset_Conflict()
test_Add_Component_Conflict
public void test_Add_Component_Conflict()
test_Add_Parameter_Conflict
public void test_Add_Parameter_Conflict()
test_Add_Bean_Specification_Conflict
public void test_Add_Bean_Specification_Conflict()
test_Get_Required_Parameters_None
public void test_Get_Required_Parameters_None()
test_Get_Required_Parameters_Optional
public void test_Get_Required_Parameters_Optional()
test_Get_Required_Parameters_Filters_Aliases
public void test_Get_Required_Parameters_Filters_Aliases()
test_Rewire_Component_Id
public void test_Rewire_Component_Id()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.