javax.faces.component
Class UIComponentInvokeOnComponentTest

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

public class UIComponentInvokeOnComponentTest
extends UIComponentTestBase

Tests for UIComponent.invokeOnComponent(javax.faces.context.FacesContext, String, ContextCallback).


Field Summary
 
Fields inherited from class javax.faces.component.UIComponentTestBase
_facesContext, _mocksControl
 
Constructor Summary
UIComponentInvokeOnComponentTest()
           
 
Method Summary
protected  void setUp()
           
 void testInvokeOnComponentAndNotFindComponentWithClientId()
           
 void testInvokeOnComponentExceptions()
           
 void testInvokeOnComponentOnChild()
           
 void testInvokeOnComponentWithException()
           
 void testInvokeOnComponentWithSameClientId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentInvokeOnComponentTest

public UIComponentInvokeOnComponentTest()
Method Detail

setUp

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

testInvokeOnComponentWithSameClientId

public void testInvokeOnComponentWithSameClientId()
                                           throws Exception
Throws:
Exception

testInvokeOnComponentWithException

public void testInvokeOnComponentWithException()
                                        throws Exception
Throws:
Exception

testInvokeOnComponentAndNotFindComponentWithClientId

public void testInvokeOnComponentAndNotFindComponentWithClientId()
                                                          throws Exception
Throws:
Exception

testInvokeOnComponentOnChild

public void testInvokeOnComponentOnChild()
                                  throws Exception
Throws:
Exception

testInvokeOnComponentExceptions

public void testInvokeOnComponentExceptions()
                                     throws Exception
Throws:
Exception


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