org.apache.myfaces.extensions.validator.test.trinidad.config
Class ExtValTrinidadSupportModuleConfigurationTestCase

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
              extended by org.apache.myfaces.extensions.validator.test.trinidad.config.ExtValTrinidadSupportModuleConfigurationTestCase
Direct Known Subclasses:
ExtValTrinidadSupportModuleConfigurationCustomTestCase, ExtValTrinidadSupportModuleConfigurationDeactivateClientSideValidationTestCase, ExtValTrinidadSupportModuleConfigurationDeactivateCoreOutputLabelInitializationTestCase, ExtValTrinidadSupportModuleConfigurationDeactivateValidationExceptionInterceptorTestCase

public abstract class ExtValTrinidadSupportModuleConfigurationTestCase
extends AbstractTrinidadSupportTestCase

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
ExtValTrinidadSupportModuleConfigurationTestCase()
           
 
Method Summary
protected  ExtValModuleConfiguration[] getCustomConfigObjects()
           
protected abstract  ExtValTrinidadSupportModuleConfiguration getCustomTrinidadSupportModuleConfiguration()
           
protected  String getName()
           
protected  void invokeStartupListeners()
           
protected  boolean needCustomConfig()
           
protected  boolean needXmlParameters()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.trinidad.AbstractTrinidadSupportTestCase
createValueBinding, resetTestCase, setFactories, setUpRenderKit, setUpTestCase
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.base.AbstractExValTestCase
addInitializationParameters, addInitParameter, assertIdExists, assertNavigationBlocked, checkMessageCount, checkMessageCount, checkMessageSeverities, createRequestScopedBean, createValueBinding, 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

ExtValTrinidadSupportModuleConfigurationTestCase

public ExtValTrinidadSupportModuleConfigurationTestCase()
Method Detail

getName

protected String getName()

needXmlParameters

protected boolean needXmlParameters()

needCustomConfig

protected boolean needCustomConfig()

invokeStartupListeners

protected final void invokeStartupListeners()
Overrides:
invokeStartupListeners in class AbstractTrinidadSupportTestCase

getCustomConfigObjects

protected final ExtValModuleConfiguration[] getCustomConfigObjects()
Overrides:
getCustomConfigObjects in class AbstractExValTestCase

getCustomTrinidadSupportModuleConfiguration

protected abstract ExtValTrinidadSupportModuleConfiguration getCustomTrinidadSupportModuleConfiguration()


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