org.apache.myfaces.extensions.validator.test.trinidad
Class AbstractTrinidadSupportTestCase

java.lang.Object
  extended by org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
      extended by org.apache.myfaces.extensions.validator.test.base.AbstractExValTestCase
          extended by org.apache.myfaces.extensions.validator.test.trinidad.AbstractTrinidadSupportTestCase
Direct Known Subclasses:
ExtValTrinidadSupportModuleConfigurationTestCase, TrinidadComponentInitializerTest

public abstract class AbstractTrinidadSupportTestCase
extends AbstractExValTestCase

Author:
Rudy De Busscher since v4

Field Summary
 
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
AbstractTrinidadSupportTestCase()
           
 
Method Summary
protected  void createValueBinding(org.apache.myfaces.trinidad.component.UIXInput uiInput, String name, String expression)
           
protected  void invokeStartupListeners()
           
protected  void resetTestCase()
           
protected  void setFactories()
           
protected  void setUpRenderKit()
           
protected  void setUpTestCase()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.base.AbstractExValTestCase
addInitializationParameters, addInitParameter, assertIdExists, assertNavigationBlocked, checkMessageCount, checkMessageCount, checkMessageSeverities, createRequestScopedBean, createValueBinding, getCustomConfigObjects, getCustomExtValCoreConfiguration, reset, resetExtValContext, resolveBean, setUp, setUpApplication, setUpFacesContext, setUpServletObjects
 
Methods inherited from class org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
setUpExternalContext, setUpJSFObjects, setUpLifecycle, setUpView, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTrinidadSupportTestCase

public AbstractTrinidadSupportTestCase()
Method Detail

setFactories

protected void setFactories()
                     throws Exception
Overrides:
setFactories in class AbstractExValTestCase
Throws:
Exception

setUpRenderKit

protected void setUpRenderKit()
                       throws Exception
Overrides:
setUpRenderKit in class AbstractExValTestCase
Throws:
Exception

invokeStartupListeners

protected void invokeStartupListeners()
Specified by:
invokeStartupListeners in class AbstractExValTestCase

resetTestCase

protected void resetTestCase()
Overrides:
resetTestCase in class AbstractExValTestCase

setUpTestCase

protected void setUpTestCase()
Overrides:
setUpTestCase in class AbstractExValTestCase

createValueBinding

protected void createValueBinding(org.apache.myfaces.trinidad.component.UIXInput uiInput,
                                  String name,
                                  String expression)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.