javax.faces.component
Class UIComponentBaseGetClientIdTest

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

public class UIComponentBaseGetClientIdTest
extends AbstractUIComponentBaseTest

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


Nested Class Summary
static class UIComponentBaseGetClientIdTest.TestNamingContainerComponent
           
 
Field Summary
 
Fields inherited from class javax.faces.component.AbstractUIComponentBaseTest
_facesContext, _mocksControl, _renderer, _testImpl
 
Constructor Summary
UIComponentBaseGetClientIdTest()
           
 
Method Summary
 void testNullFacesContext()
           
 void testWithoutId()
           
 void testWithoutIdAndNoUIViewRoot()
           
 void testWithoutParentAndNoRenderer()
           
 void testWithParentNamingContainer()
           
 void testWithParentNamingContainerChanging()
           
 void testWithRenderer()
           
 
Methods inherited from class javax.faces.component.AbstractUIComponentBaseTest
getMockedMethods, getMockedMethodsArray, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentBaseGetClientIdTest

public UIComponentBaseGetClientIdTest()
Method Detail

testNullFacesContext

public void testNullFacesContext()
                          throws Exception
Throws:
Exception

testWithoutParentAndNoRenderer

public void testWithoutParentAndNoRenderer()
                                    throws Exception
Throws:
Exception

testWithRenderer

public void testWithRenderer()
                      throws Exception
Throws:
Exception

testWithParentNamingContainer

public void testWithParentNamingContainer()
                                   throws Exception
Throws:
Exception

testWithParentNamingContainerChanging

public void testWithParentNamingContainerChanging()
                                           throws Exception
Throws:
Exception

testWithoutId

public void testWithoutId()
                   throws Exception
Throws:
Exception

testWithoutIdAndNoUIViewRoot

public void testWithoutIdAndNoUIViewRoot()
                                  throws Exception
Throws:
Exception


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