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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.myfaces.extensions.validator.test.AbstractExValViewControllerTestCase
              extended by org.apache.myfaces.extensions.validator.test.el.ValueBindingExpressionTestCase
All Implemented Interfaces:
junit.framework.Test

public class ValueBindingExpressionTestCase
extends AbstractExValViewControllerTestCase

Since:
1.x.2
Author:
Gerhard Petracek

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.test.AbstractExValViewControllerTestCase
application, config, expressionFactory, externalContext, facesContext, facesContextFactory, lifecycle, lifecycleFactory, renderKit, request, response, servletContext, session
 
Constructor Summary
ValueBindingExpressionTestCase(java.lang.String name)
           
 
Method Summary
protected  void setUp()
          Setup the test environment, including the following: Set the Application Map. Set a response writer Add Tomahawk's renderers to the faces context.
static junit.framework.Test suite()
           
protected  void tearDown()
          Tear down the test environment.
 void testComplexMapSyntax()
           
 void testFaceletsCustomComponentSyntax()
           
 void testFaceletsCustomComponentSyntaxReplaceProperty()
           
 void testStandardSyntax()
           
 void testStandardSyntaxAddProperty()
           
 void testStandardSyntaxReplaceProperty()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.AbstractExValViewControllerTestCase
assertIdExists, checkMessageCount, checkMessageCount, createRequestScopedBean, createValueBinding, processCrossValValidation, resolveBean
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueBindingExpressionTestCase

public ValueBindingExpressionTestCase(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: AbstractExValViewControllerTestCase
Setup the test environment, including the following:

Overrides:
setUp in class AbstractExValViewControllerTestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Description copied from class: AbstractExValViewControllerTestCase
Tear down the test environment.

Overrides:
tearDown in class AbstractExValViewControllerTestCase
Throws:
java.lang.Exception

testStandardSyntax

public void testStandardSyntax()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testStandardSyntaxReplaceProperty

public void testStandardSyntaxReplaceProperty()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testStandardSyntaxAddProperty

public void testStandardSyntaxAddProperty()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testFaceletsCustomComponentSyntax

public void testFaceletsCustomComponentSyntax()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testFaceletsCustomComponentSyntaxReplaceProperty

public void testFaceletsCustomComponentSyntaxReplaceProperty()
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

testComplexMapSyntax

public void testComplexMapSyntax()
                          throws java.lang.Exception
Throws:
java.lang.Exception


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