org.apache.myfaces.extensions.validator.test.beanval
Class ConstraintSourceAwareValidation5TestCase

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.beanval.AbstractBeanValidationTestCase
              extended by org.apache.myfaces.extensions.validator.test.beanval.BaseBeanValPropertyValidationTestCase<ConstraintSourceAware5Bean>
                  extended by org.apache.myfaces.extensions.validator.test.beanval.ConstraintSourceAwareValidation5TestCase

public class ConstraintSourceAwareValidation5TestCase
extends BaseBeanValPropertyValidationTestCase<ConstraintSourceAware5Bean>

EXTVAL-83


Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.test.beanval.BaseBeanValPropertyValidationTestCase
bean, inputComponent1, inputComponent2, inputComponent3
 
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
ConstraintSourceAwareValidation5TestCase()
           
 
Method Summary
protected  ConstraintSourceAware5Bean getBeanToTest()
           
 void testFieldBasedTargetPropertyIdAnnotation()
           
 void testMethodBasedTargetPropertyIdAnnotation()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.beanval.BaseBeanValPropertyValidationTestCase
assertComponentInvalid, assertComponentValid, createValueBindingForComponent, resetTestCase, setUpTestCase, setValueToValidate, updateComponents, validateComponents
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.beanval.AbstractBeanValidationTestCase
invokeStartupListeners, processModelValidation
 
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, setUpRenderKit, setUpServletObjects
 
Methods inherited from class org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
setFactories, 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

ConstraintSourceAwareValidation5TestCase

public ConstraintSourceAwareValidation5TestCase()
Method Detail

getBeanToTest

protected ConstraintSourceAware5Bean getBeanToTest()
Specified by:
getBeanToTest in class BaseBeanValPropertyValidationTestCase<ConstraintSourceAware5Bean>

testMethodBasedTargetPropertyIdAnnotation

public void testMethodBasedTargetPropertyIdAnnotation()

testFieldBasedTargetPropertyIdAnnotation

public void testFieldBasedTargetPropertyIdAnnotation()


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