org.apache.myfaces.view.facelets
Class TemplateClientTestCase

java.lang.Object
  extended by org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
      extended by org.apache.myfaces.view.facelets.FaceletTestCase
          extended by org.apache.myfaces.view.facelets.TemplateClientTestCase

public class TemplateClientTestCase
extends FaceletTestCase


Field Summary
 
Fields inherited from class org.apache.myfaces.view.facelets.FaceletTestCase
dispenser, vdl
 
Fields inherited from class org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
application, config, externalContext, facesContext, facesContextFactory, lifecycle, lifecycleFactory, renderKit, request, response, servletContext, session
 
Constructor Summary
TemplateClientTestCase()
           
 
Method Summary
protected  void setupComponents()
          Override this methods and add just what it is necessary reduce execution time.
protected  void setupConvertersAndValidators()
          Override this methods and add just what it is necessary reduce execution time.
protected  void setupRenderers()
          Override this methods and add just what it is necessary reduce execution time.
 void testClientClient()
           
 void testLayoutClient()
           
 
Methods inherited from class org.apache.myfaces.view.facelets.FaceletTestCase
createExpressionFactory, getContext, getDirectory, getLocalFile, loadStandardFacesConfig, resolveUrl, setFactories, setProjectStage, setUp, setUpApplication, setupBehaviors, setUpExternalContext, setUpRenderKit, setUpServletObjects, setUpView
 
Methods inherited from class org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
setUpFacesContext, setUpJSFObjects, setUpLifecycle, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateClientTestCase

public TemplateClientTestCase()
Method Detail

setupComponents

protected void setupComponents()
                        throws Exception
Description copied from class: FaceletTestCase
Override this methods and add just what it is necessary reduce execution time.

Overrides:
setupComponents in class FaceletTestCase
Throws:
Exception

setupConvertersAndValidators

protected void setupConvertersAndValidators()
                                     throws Exception
Description copied from class: FaceletTestCase
Override this methods and add just what it is necessary reduce execution time.

Overrides:
setupConvertersAndValidators in class FaceletTestCase
Throws:
Exception

setupRenderers

protected void setupRenderers()
                       throws Exception
Description copied from class: FaceletTestCase
Override this methods and add just what it is necessary reduce execution time.

Overrides:
setupRenderers in class FaceletTestCase
Throws:
Exception

testClientClient

public void testClientClient()
                      throws Exception
Throws:
Exception

testLayoutClient

public void testLayoutClient()
                      throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.