javax.faces.component
Class UIComponentBaseTest

java.lang.Object
  extended by javax.faces.component.UIComponentBaseTest

public class UIComponentBaseTest
extends Object


Constructor Summary
UIComponentBaseTest()
           
 
Method Summary
 Object[] createPropertyTests()
           
protected  Collection<Method> getMockedMethods()
           
protected  Method[] getMockedMethodsArray()
           
protected  void setUp()
           
 void testBroadcast()
           
 void testBroadcastArgNPE()
           
 void testDecode()
           
 void testDecodeArgNPE()
           
 void testEncodeBegin()
           
 void testEncodeBeginArgNPE()
           
 void testEncodeChildren()
           
 void testEncodeChildrenArgNPE()
           
 void testEncodeEnd()
           
 void testEncodeEndArgNPE()
           
 void testGetAttributes()
           
 void testGetChildCount()
           
 void testGetRendersChildren()
           
 void testProcessDecodesArgNPE()
           
 void testProcessDecodesCallsRenderResoponseIfDecodeThrowsException()
           
 void testProcessDecodesWithRenderedFalse()
           
 void testProcessDecodesWithRenderedTrue()
           
 void testProcessUpdatesArgNPE()
           
 void testProcessUpdatesWithRenderedFalse()
           
 void testProcessUpdatesWithRenderedTrue()
           
 void testProcessValidatorsArgNPE()
           
 void testProcessValidatorsWithRenderedFalse()
           
 void testProcessValidatorsWithRenderedTrue()
           
 void testQueueEvent()
           
 void testQueueEventArgNPE()
           
 void testQueueEventWithoutParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentBaseTest

public UIComponentBaseTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

getMockedMethodsArray

protected final Method[] getMockedMethodsArray()

getMockedMethods

protected Collection<Method> getMockedMethods()

testGetAttributes

public void testGetAttributes()

testGetRendersChildren

public void testGetRendersChildren()

testGetChildCount

public void testGetChildCount()
                       throws Exception
Throws:
Exception

testBroadcastArgNPE

public void testBroadcastArgNPE()
                         throws Exception
Throws:
Exception

testBroadcast

public void testBroadcast()
                   throws Exception
Throws:
Exception

testDecodeArgNPE

public void testDecodeArgNPE()
                      throws Exception
Throws:
Exception

testDecode

public void testDecode()
                throws Exception
Throws:
Exception

testEncodeBeginArgNPE

public void testEncodeBeginArgNPE()
                           throws Exception
Throws:
Exception

testEncodeBegin

public void testEncodeBegin()
                     throws Exception
Throws:
Exception

testEncodeChildrenArgNPE

public void testEncodeChildrenArgNPE()
                              throws Exception
Throws:
Exception

testEncodeChildren

public void testEncodeChildren()
                        throws Exception
Throws:
Exception

testEncodeEndArgNPE

public void testEncodeEndArgNPE()
                         throws Exception
Throws:
Exception

testEncodeEnd

public void testEncodeEnd()
                   throws Exception
Throws:
Exception

testQueueEventArgNPE

public void testQueueEventArgNPE()
                          throws Exception
Throws:
Exception

testQueueEventWithoutParent

public void testQueueEventWithoutParent()
                                 throws Exception
Throws:
Exception

testQueueEvent

public void testQueueEvent()
                    throws Exception
Throws:
Exception

testProcessDecodesArgNPE

public void testProcessDecodesArgNPE()
                              throws Exception
Throws:
Exception

testProcessDecodesCallsRenderResoponseIfDecodeThrowsException

public void testProcessDecodesCallsRenderResoponseIfDecodeThrowsException()

testProcessDecodesWithRenderedFalse

public void testProcessDecodesWithRenderedFalse()
                                         throws Exception
Throws:
Exception

testProcessDecodesWithRenderedTrue

public void testProcessDecodesWithRenderedTrue()
                                        throws Exception
Throws:
Exception

testProcessValidatorsArgNPE

public void testProcessValidatorsArgNPE()
                                 throws Exception
Throws:
Exception

testProcessValidatorsWithRenderedFalse

public void testProcessValidatorsWithRenderedFalse()
                                            throws Exception
Throws:
Exception

testProcessValidatorsWithRenderedTrue

public void testProcessValidatorsWithRenderedTrue()
                                           throws Exception
Throws:
Exception

testProcessUpdatesArgNPE

public void testProcessUpdatesArgNPE()
                              throws Exception
Throws:
Exception

testProcessUpdatesWithRenderedFalse

public void testProcessUpdatesWithRenderedFalse()
                                         throws Exception
Throws:
Exception

testProcessUpdatesWithRenderedTrue

public void testProcessUpdatesWithRenderedTrue()
                                        throws Exception
Throws:
Exception

createPropertyTests

public Object[] createPropertyTests()
                             throws Exception
Throws:
Exception


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