javax.faces.component
Class UIGraphicTestCase
java.lang.Object
JUnitFacesTestCase
javax.faces.component.UIComponentTestCase
javax.faces.component.UIComponentBaseTestCase
javax.faces.component.UIGraphicTestCase
public class UIGraphicTestCase
- extends UIComponentBaseTestCase
Unit tests for UIGraphic
.
Constructor Summary |
UIGraphicTestCase(java.lang.String name)
Construct a new instance of this test case. |
Methods inherited from class javax.faces.component.UIComponentBaseTestCase |
checkAttributes, checkComponentListeners, checkComponents, checkProperties, checkValueBindings, lifecycleTrace, lifecycleTrace, populateComponent, tearDown, testChildrenAndFacetsWithNullGetParent, testChildrenListAfterAddPublish, testChildrenListAfterAddViewPublish, testChildrenRecursive, testComponentReconnect, testComponentRemoval, testComponentToFromEL, testComponentToFromEL2, testComponentToFromELBackwardCompatible, testEncodeBeginPublish, testEncodeChildren, testFacetMapAfterAddViewPublish, testGetFacetsAndChildren, testInvokeOnComponentNegative, testInvokeOnComponentPositive, testInvokeOnComponentWithPrependId, testMethodBindingAdapterBaseException, testStateHolder, testStateHolder2, testValueBindings, testValueExpressions, testValueExpressionValueBindingIdempotency |
Methods inherited from class javax.faces.component.UIComponentTestCase |
checkAttributeCount, checkAttributeMissing, checkAttributePresent, checkChildCount, checkChildMissing, checkChildPresent, checkFacetCount, checkFacetMissing, checkFacetPresent, testAttributesMap, testAttributesNegative, testAttributesPositive, testChidrenNegative, testChidrenReplace, testChildrenIterator, testChildrenListIterator, testChildrenPositive, testFacetsMapEntrySet, testFacetsMapKeySet, testFacetsMapValues, testFacetsNegative, testFacetsPositive, testValidationEvents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIGraphicTestCase
public UIGraphicTestCase(java.lang.String name)
- Construct a new instance of this test case.
- Parameters:
name
- Name of the test case
setUp
public void setUp()
throws java.lang.Exception
- Overrides:
setUp
in class UIComponentBaseTestCase
- Throws:
java.lang.Exception
suite
public static Test suite()
testAttributesTransparency
public void testAttributesTransparency()
- Overrides:
testAttributesTransparency
in class UIComponentTestCase
testLifecycleManagement
public void testLifecycleManagement()
- Overrides:
testLifecycleManagement
in class UIComponentBaseTestCase
testPristine
public void testPristine()
- Overrides:
testPristine
in class UIComponentTestCase
testPropertiesInvalid
public void testPropertiesInvalid()
throws java.lang.Exception
- Overrides:
testPropertiesInvalid
in class UIComponentTestCase
- Throws:
java.lang.Exception
testPropertiesValid
public void testPropertiesValid()
throws java.lang.Exception
- Overrides:
testPropertiesValid
in class UIComponentTestCase
- Throws:
java.lang.Exception
PENDING_FIXME_testValueBindings
public void PENDING_FIXME_testValueBindings()
createComponent
protected UIComponent createComponent()
- Overrides:
createComponent
in class UIComponentBaseTestCase
Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.