javax.faces.component
Class UIComponentEncodeAllTest

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

public class UIComponentEncodeAllTest
extends UIComponentTestBase

Tests for UIComponent.encodeAll(javax.faces.context.FacesContext).


Field Summary
 
Fields inherited from class javax.faces.component.UIComponentTestBase
_facesContext, _mocksControl
 
Constructor Summary
UIComponentEncodeAllTest()
           
 
Method Summary
protected  void setUp()
           
 void testEncodeAllNotRendered()
           
 void testEncodeAllNotRenderesChildren()
           
 void testEncodeAllNullContext()
           
 void testEncodeAllRenderesChildren()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentEncodeAllTest

public UIComponentEncodeAllTest()
Method Detail

setUp

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

testEncodeAllNullContext

public void testEncodeAllNullContext()
                              throws Exception
Throws:
Exception

testEncodeAllNotRendered

public void testEncodeAllNotRendered()
                              throws Exception
Throws:
Exception

testEncodeAllRenderesChildren

public void testEncodeAllRenderesChildren()
                                   throws Exception
Throws:
Exception

testEncodeAllNotRenderesChildren

public void testEncodeAllNotRenderesChildren()
                                      throws Exception
Throws:
Exception


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