javax.faces.component
Class UIComponentFindComponentTest

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

public class UIComponentFindComponentTest
extends AbstractUIComponentBaseTest

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


Nested Class Summary
static class UIComponentFindComponentTest.TestNamingContainerBaseComponent
           
static class UIComponentFindComponentTest.TestNamingContainerComponent
           
 
Field Summary
 
Fields inherited from class javax.faces.component.AbstractUIComponentBaseTest
_facesContext, _mocksControl, _renderer, _testImpl
 
Constructor Summary
UIComponentFindComponentTest()
           
 
Method Summary
 void testComplexRelativeExpression()
           
 void testOverriddenFindComponent()
           
 void testRelativeExpression()
           
 void testRootExpression()
           
 void testWithEmptyExperession()
           
 void testWithNullExperession()
           
 void testWithRelativeExpressionNamingContainer()
           
 void testXXFindComponent()
           
 
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

UIComponentFindComponentTest

public UIComponentFindComponentTest()
Method Detail

testWithNullExperession

public void testWithNullExperession()
                             throws Exception
Throws:
Exception

testWithEmptyExperession

public void testWithEmptyExperession()
                              throws Exception
Throws:
Exception

testRootExpression

public void testRootExpression()
                        throws Exception
Throws:
Exception

testRelativeExpression

public void testRelativeExpression()
                            throws Exception
Throws:
Exception

testComplexRelativeExpression

public void testComplexRelativeExpression()
                                   throws Exception
Throws:
Exception

testWithRelativeExpressionNamingContainer

public void testWithRelativeExpressionNamingContainer()
                                               throws Exception
Throws:
Exception

testOverriddenFindComponent

public void testOverriddenFindComponent()

testXXFindComponent

public void testXXFindComponent()


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