javax.faces.component
Class StateHolderSaverTestCase

java.lang.Object
  extended by JUnitFacesTestCase
      extended by javax.faces.component.UIComponentTestCase
          extended by javax.faces.component.UIComponentBaseTestCase
              extended by javax.faces.component.StateHolderSaverTestCase

public class StateHolderSaverTestCase
extends UIComponentBaseTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.faces.component.UIComponentBaseTestCase
UIComponentBaseTestCase.ComponentListener, UIComponentBaseTestCase.CustomAbortProcessingException, UIComponentBaseTestCase.Listener, UIComponentBaseTestCase.QueueingListener, UIComponentBaseTestCase.UIComponentListener, UIComponentBaseTestCase.UIComponentOverrideEncodeBegin, UIComponentBaseTestCase.UIComponentOverrideEncodeEnd
 
Nested classes/interfaces inherited from class javax.faces.component.UIComponentTestCase
UIComponentTestCase.ValidationSignal
 
Field Summary
 
Fields inherited from class javax.faces.component.UIComponentTestCase
component, expectedAttributes, expectedFamily, expectedId, expectedRendered, expectedRendererType, expectedRendersChildren
 
Constructor Summary
StateHolderSaverTestCase(java.lang.String name)
           
 
Method Summary
static Test suite()
           
 void testChildrenRecursive()
           
 void testComponentReconnect()
           
 void testComponentRemoval()
           
 void testImplementsNeither()
           
 void testImplementsSerializable()
           
 void testImplementsStateHolder()
           
 void testLifecycleManagement()
           
 void testStateHolder()
           
 void testValueBindings()
           
 
Methods inherited from class javax.faces.component.UIComponentBaseTestCase
checkAttributes, checkComponentListeners, checkComponents, checkProperties, checkValueBindings, createComponent, lifecycleTrace, lifecycleTrace, populateComponent, setUp, tearDown, testChildrenAndFacetsWithNullGetParent, testChildrenListAfterAddPublish, testChildrenListAfterAddViewPublish, testComponentToFromEL, testComponentToFromEL2, testComponentToFromELBackwardCompatible, testEncodeBeginPublish, testEncodeChildren, testFacetMapAfterAddViewPublish, testGetFacetsAndChildren, testInvokeOnComponentNegative, testInvokeOnComponentPositive, testInvokeOnComponentWithPrependId, testMethodBindingAdapterBaseException, testStateHolder2, testValueExpressions, testValueExpressionValueBindingIdempotency
 
Methods inherited from class javax.faces.component.UIComponentTestCase
checkAttributeCount, checkAttributeMissing, checkAttributePresent, checkChildCount, checkChildMissing, checkChildPresent, checkFacetCount, checkFacetMissing, checkFacetPresent, testAttributesMap, testAttributesNegative, testAttributesPositive, testAttributesTransparency, testChidrenNegative, testChidrenReplace, testChildrenIterator, testChildrenListIterator, testChildrenPositive, testFacetsMapEntrySet, testFacetsMapKeySet, testFacetsMapValues, testFacetsNegative, testFacetsPositive, testPristine, testPropertiesInvalid, testPropertiesValid, testValidationEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateHolderSaverTestCase

public StateHolderSaverTestCase(java.lang.String name)
Method Detail

suite

public static Test suite()

testLifecycleManagement

public void testLifecycleManagement()
Overrides:
testLifecycleManagement in class UIComponentBaseTestCase

testChildrenRecursive

public void testChildrenRecursive()
Overrides:
testChildrenRecursive in class UIComponentBaseTestCase

testComponentReconnect

public void testComponentReconnect()
Overrides:
testComponentReconnect in class UIComponentBaseTestCase

testComponentRemoval

public void testComponentRemoval()
Overrides:
testComponentRemoval in class UIComponentBaseTestCase

testStateHolder

public void testStateHolder()
                     throws java.lang.Exception
Overrides:
testStateHolder in class UIComponentBaseTestCase
Throws:
java.lang.Exception

testValueBindings

public void testValueBindings()
Overrides:
testValueBindings in class UIComponentBaseTestCase

testImplementsStateHolder

public void testImplementsStateHolder()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testImplementsSerializable

public void testImplementsSerializable()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testImplementsNeither

public void testImplementsNeither()
                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.