org.apache.myfaces.extensions.validator.test.core.config
Class ExtValCoreConfigurationTestCase

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.core.AbstractExValCoreTestCase
              extended by org.apache.myfaces.extensions.validator.test.core.config.ExtValCoreConfigurationTestCase
Direct Known Subclasses:
ExtValCoreConfigurationActivateRequiredInitializationTestCase, ExtValCoreConfigurationConstraintSourceAnnotationTestCase, ExtValCoreConfigurationCustomBasePackageTestCase, ExtValCoreConfigurationCustomComponentInitializerClassNameTestCase, ExtValCoreConfigurationCustomComponentMetaDataExtractorClassNameTestCase, ExtValCoreConfigurationCustomComponentMetaDataExtractorFactoryClassNameTestCase, ExtValCoreConfigurationCustomFacesMessageFactoryClassNameTestCase, ExtValCoreConfigurationCustomInformationProviderBeanClassNameTestCase, ExtValCoreConfigurationCustomMessageBundleBaseNameTestCase, ExtValCoreConfigurationCustomMessageResolverFactoryClassNameTestCase, ExtValCoreConfigurationCustomMetaDataExtractionInterceptorClassNameTestCase, ExtValCoreConfigurationCustomMetaDataStorageFilterClassNameTestCase, ExtValCoreConfigurationCustomMetaDataToValidationStrategyNameMapperClassNameTestCase, ExtValCoreConfigurationCustomMetaDataTransformerFactoryClassNameTestCase, ExtValCoreConfigurationCustomPropertyValidationInterceptorClassNameTestCase, ExtValCoreConfigurationCustomStaticValidationStrategyMappingSourceTestCase, ExtValCoreConfigurationCustomStorageManagerFactoryClassNameTestCase, ExtValCoreConfigurationCustomTestCase, ExtValCoreConfigurationCustomValidationExceptionInterceptorClassNameTestCase, ExtValCoreConfigurationCustomValidationParameterExtractorClassNameTestCase, ExtValCoreConfigurationCustomValidationParameterExtractorFactoryClassNameTestCase, ExtValCoreConfigurationCustomValidationParameterFactoryClassNameTestCase, ExtValCoreConfigurationCustomValidationStrategyFactoryClassNameTestCase, ExtValCoreConfigurationCustomValidationStrategyToMessageResolverNameMapperClassNameTestCase, ExtValCoreConfigurationCustomValidationStrategyToMetaDataTransformerNameMapperClassNameTestCase, ExtValCoreConfigurationDeactivateComponentInitializationTestCase, ExtValCoreConfigurationDeactivateDefaultConventionTestCase, ExtValCoreConfigurationDeactivateDefaultNameMappersTestCase, ExtValCoreConfigurationDeactivateElResolverTestCase, ExtValCoreConfigurationDeactivateRenderKitFactoryTestCase, ExtValCoreConfigurationDeactivateRequiredAttributeSupportTestCase, ExtValCoreConfigurationDeactivateValidationParametersTestCase, ExtValCoreConfigurationDisableClientSideValidationValidationParameterTestCase, ExtValCoreConfigurationIgnoreConstraintSourceAnnotationTestCase, ExtValCoreConfigurationInterpretEmptyStringSubmittedValuesAsNullTestCase, ExtValCoreConfigurationProjectStageResolverTestCase, ExtValCoreConfigurationProxyHelperTestCase, ExtValCoreConfigurationRendererProxyTestCase, ExtValCoreConfigurationTargetPropertyAnnotationTestCase, ExtValCoreConfigurationTargetPropertyIdAnnotationTestCase, ExtValCoreConfigurationValidateEmptyFieldsTestCase, ExtValCoreConfigurationViolationSeverityTestCase

public abstract class ExtValCoreConfigurationTestCase
extends AbstractExValCoreTestCase

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
ExtValCoreConfigurationTestCase()
           
 
Method Summary
protected  String getName()
           
protected  void invokeStartupListeners()
           
protected  boolean needCustomConfig()
           
protected  boolean needXmlParameters()
           
 
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, resetTestCase, resolveBean, setFactories, setUp, setUpApplication, setUpFacesContext, setUpRenderKit, setUpServletObjects, setUpTestCase
 
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

ExtValCoreConfigurationTestCase

public ExtValCoreConfigurationTestCase()
Method Detail

getName

protected String getName()

needXmlParameters

protected boolean needXmlParameters()

needCustomConfig

protected boolean needCustomConfig()

invokeStartupListeners

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


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