javax.faces.component
Class UIComponentBaseAttachedStateTestCase

java.lang.Object
  extended by TestCase
      extended by javax.faces.component.UIComponentBaseAttachedStateTestCase

public class UIComponentBaseAttachedStateTestCase
extends TestCase

Author:
edburns

Nested Class Summary
static class UIComponentBaseAttachedStateTestCase.TestFacesListener
           
 
Constructor Summary
UIComponentBaseAttachedStateTestCase(java.lang.String arg0)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testAttachedObjectsCount()
           
 void testAttachedObjectsMap()
           
 void testAttachedObjectsSet()
           
 void testAttachedObjectsStack()
           
 void testFacesListenerState()
           
 void testTransientListenersState()
           
 void testTransientListenersState2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentBaseAttachedStateTestCase

public UIComponentBaseAttachedStateTestCase(java.lang.String arg0)
Method Detail

suite

public static Test suite()

setUp

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

testAttachedObjectsSet

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

testAttachedObjectsStack

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

testAttachedObjectsMap

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

testAttachedObjectsCount

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

testFacesListenerState

public void testFacesListenerState()

testTransientListenersState

public void testTransientListenersState()

testTransientListenersState2

public void testTransientListenersState2()


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