javax.faces.component
Class UIComponentBaseProcessSaveRestoreStateTest

java.lang.Object
  extended by javax.faces.component.AbstractUIComponentBaseTest
      extended by javax.faces.component.UIComponentBaseProcessSaveRestoreStateTest

public class UIComponentBaseProcessSaveRestoreStateTest
extends AbstractUIComponentBaseTest

Created by IntelliJ IDEA. User: mathias Date: 18.03.2007 Time: 01:14:31 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class javax.faces.component.AbstractUIComponentBaseTest
_facesContext, _mocksControl, _renderer, _testImpl
 
Constructor Summary
UIComponentBaseProcessSaveRestoreStateTest()
           
 
Method Summary
protected  Collection<Method> getMockedMethods()
           
protected  void setUp()
           
 void testRestoreStateExpections()
           
 void testSaveRestoreState()
           
 void testSaveRestoreStateWithTransientChilds()
           
 void testSaveStateExpections()
           
 
Methods inherited from class javax.faces.component.AbstractUIComponentBaseTest
getMockedMethodsArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentBaseProcessSaveRestoreStateTest

public UIComponentBaseProcessSaveRestoreStateTest()
Method Detail

setUp

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

getMockedMethods

protected Collection<Method> getMockedMethods()
                                       throws Exception
Overrides:
getMockedMethods in class AbstractUIComponentBaseTest
Throws:
Exception

testSaveStateExpections

public void testSaveStateExpections()
                             throws Exception
Throws:
Exception

testRestoreStateExpections

public void testRestoreStateExpections()
                                throws Exception
Throws:
Exception

testSaveRestoreStateWithTransientChilds

public void testSaveRestoreStateWithTransientChilds()
                                             throws Exception
Throws:
Exception

testSaveRestoreState

public void testSaveRestoreState()
                          throws Exception
Throws:
Exception


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