org.apache.tapestry.services.impl
Class TestApplicationSpecificationInitializer

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.services.impl.TestApplicationSpecificationInitializer

public class TestApplicationSpecificationInitializer
extends BaseComponentTestCase

Tests for the ApplicationSpecificationInitializer.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestApplicationSpecificationInitializer()
           
 
Method Summary
 void test_Default_On_Classpath()
           
 void test_In_App_Context_Folder()
           
 void test_In_Web_Inf_Folder()
           
 void test_Integration()
          Test within the Registry, to ensure the module deployment descriptor is well configured.
 void test_No_App_Spec()
           
 void test_On_Classpath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestApplicationSpecificationInitializer

public TestApplicationSpecificationInitializer()
Method Detail

test_On_Classpath

public void test_On_Classpath()
                       throws Exception
Throws:
Exception

test_Default_On_Classpath

public void test_Default_On_Classpath()
                               throws Exception
Throws:
Exception

test_In_App_Context_Folder

public void test_In_App_Context_Folder()
                                throws Exception
Throws:
Exception

test_In_Web_Inf_Folder

public void test_In_Web_Inf_Folder()
                            throws Exception
Throws:
Exception

test_No_App_Spec

public void test_No_App_Spec()
                      throws Exception
Throws:
Exception

test_Integration

public void test_Integration()
                      throws Exception
Test within the Registry, to ensure the module deployment descriptor is well configured.

Throws:
Exception


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