javax.faces.component
Class UIComponentBaseValueBindingTest

java.lang.Object
  extended by javax.faces.component.AbstractUIComponentBaseTest
      extended by javax.faces.component.UIComponentBaseValueBindingTest

public class UIComponentBaseValueBindingTest
extends AbstractUIComponentBaseTest

Created by IntelliJ IDEA. User: mathias Date: 18.03.2007 Time: 01:22:43 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class javax.faces.component.AbstractUIComponentBaseTest
_facesContext, _mocksControl, _renderer, _testImpl
 
Constructor Summary
UIComponentBaseValueBindingTest()
           
 
Method Summary
protected  Collection<Method> getMockedMethods()
           
protected  void setUp()
           
 void testGetValueBindingFromVE()
           
 void testGetValueBindingWithVBToVE()
           
 void testGetValueBindingWOValueExpression()
           
 void testSetValueBinding()
           
 void testSetValueBindingWNullValue()
           
 
Methods inherited from class javax.faces.component.AbstractUIComponentBaseTest
getMockedMethodsArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentBaseValueBindingTest

public UIComponentBaseValueBindingTest()
Method Detail

setUp

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

getMockedMethods

protected Collection<Method> getMockedMethods()
                                       throws Exception
Overrides:
getMockedMethods in class AbstractUIComponentBaseTest
Throws:
Exception

testGetValueBindingWOValueExpression

public void testGetValueBindingWOValueExpression()
                                          throws Exception
Throws:
Exception

testSetValueBinding

public void testSetValueBinding()
                         throws Exception
Throws:
Exception

testSetValueBindingWNullValue

public void testSetValueBindingWNullValue()
                                   throws Exception
Throws:
Exception

testGetValueBindingWithVBToVE

public void testGetValueBindingWithVBToVE()
                                   throws Exception
Throws:
Exception

testGetValueBindingFromVE

public void testGetValueBindingFromVE()
                               throws Exception
Throws:
Exception


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