org.apache.tapestry.spec
Class TestComponentSpecification

java.lang.Object
  extended by BaseComponentTestCase
      extended by 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

Constructor Summary
TestComponentSpecification()
           
 
Method Summary
 void test_Add_Asset_Conflict()
           
 void test_Add_Bean_Specification_Conflict()
           
 void test_Add_Component_Conflict()
           
 void test_Add_Parameter_Conflict()
           
 void test_Claim_Property_Conflict()
           
 void test_Claim_Property_OK()
           
 void test_Get_Required_Parameters_Filters_Aliases()
           
 void test_Get_Required_Parameters_None()
           
 void test_Get_Required_Parameters_Optional()
           
 void test_Rewire_Component_Id()
           
 
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_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.