javax.faces.component
Class UIComponentValueExpressionTest

java.lang.Object
  extended by javax.faces.component.UIComponentTestBase
      extended by javax.faces.component.UIComponentValueExpressionTest

public class UIComponentValueExpressionTest
extends UIComponentTestBase

Test for UIComponent.getValueExpression(String). and UIComponent.setValueExpression(String, javax.el.ValueExpression).


Field Summary
 
Fields inherited from class javax.faces.component.UIComponentTestBase
_facesContext, _mocksControl
 
Constructor Summary
UIComponentValueExpressionTest()
           
 
Method Summary
protected  void setUp()
           
 void testValueExpression()
           
 void testValueExpressionArgumentId()
           
 void testValueExpressionArgumentNPE()
           
 void testValueExpressionArgumentsParent()
           
 void testValueExpressionWithExceptionOnGetValue()
           
 void testValueExpressionWithLiteralText()
           
 void testValueExpressionWithValueBindingFallback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentValueExpressionTest

public UIComponentValueExpressionTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class UIComponentTestBase
Throws:
Exception

testValueExpressionArgumentNPE

public void testValueExpressionArgumentNPE()
                                    throws Exception
Throws:
Exception

testValueExpressionArgumentId

public void testValueExpressionArgumentId()
                                   throws Exception
Throws:
Exception

testValueExpressionArgumentsParent

public void testValueExpressionArgumentsParent()
                                        throws Exception
Throws:
Exception

testValueExpression

public void testValueExpression()
                         throws Exception
Throws:
Exception

testValueExpressionWithExceptionOnGetValue

public void testValueExpressionWithExceptionOnGetValue()
                                                throws Exception
Throws:
Exception

testValueExpressionWithLiteralText

public void testValueExpressionWithLiteralText()
                                        throws Exception
Throws:
Exception

testValueExpressionWithValueBindingFallback

public void testValueExpressionWithValueBindingFallback()
                                                 throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.