javax.faces.component
Class UIComponentTest

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

public class UIComponentTest
extends UIComponentTestBase

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Mathias Broekelmann (latest modification by $Author: skitching $)

Field Summary
 
Fields inherited from class javax.faces.component.UIComponentTestBase
_facesContext, _mocksControl
 
Constructor Summary
UIComponentTest()
           
 
Method Summary
 void testGetContainerClientId()
          Test method for UIComponent.getContainerClientId(javax.faces.context.FacesContext).
 void testGetFacetCount()
          Test method for UIComponent.getFacetCount().
 
Methods inherited from class javax.faces.component.UIComponentTestBase
setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentTest

public UIComponentTest()
Method Detail

testGetFacetCount

public void testGetFacetCount()
                       throws Exception
Test method for UIComponent.getFacetCount().

Throws:
Exception

testGetContainerClientId

public void testGetContainerClientId()
                              throws Exception
Test method for UIComponent.getContainerClientId(javax.faces.context.FacesContext).

Throws:
Exception


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