org.apache.myfaces.extensions.validator.test.core.el
Class ValueBindingExpressionTestCase

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.el.ValueBindingExpressionTestCase

public class ValueBindingExpressionTestCase
extends AbstractExValCoreTestCase

Since:
1.x.2

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
ValueBindingExpressionTestCase()
           
 
Method Summary
 void testComplexMapSyntax()
           
 void testFaceletsCustomComponentSyntax()
           
 void testFaceletsCustomComponentSyntaxReplaceProperty()
           
 void testStandardSyntax()
           
 void testStandardSyntaxAddProperty()
           
 void testStandardSyntaxReplaceProperty()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.core.AbstractExValCoreTestCase
invokeStartupListeners
 
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, setUp, setUpApplication, setUpFacesContext, setUpRenderKit, setUpServletObjects, setUpTestCase
 
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

ValueBindingExpressionTestCase

public ValueBindingExpressionTestCase()
Method Detail

testStandardSyntax

public void testStandardSyntax()
                        throws Exception
Throws:
Exception

testStandardSyntaxReplaceProperty

public void testStandardSyntaxReplaceProperty()
                                       throws Exception
Throws:
Exception

testStandardSyntaxAddProperty

public void testStandardSyntaxAddProperty()
                                   throws Exception
Throws:
Exception

testFaceletsCustomComponentSyntax

public void testFaceletsCustomComponentSyntax()
                                       throws Exception
Throws:
Exception

testFaceletsCustomComponentSyntaxReplaceProperty

public void testFaceletsCustomComponentSyntaxReplaceProperty()
                                                      throws Exception
Throws:
Exception

testComplexMapSyntax

public void testComplexMapSyntax()
                          throws Exception
Throws:
Exception


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