javax.faces.component
Class AbstractUIComponentBaseTest

java.lang.Object
  extended by javax.faces.component.AbstractUIComponentBaseTest
Direct Known Subclasses:
UIComponentBaseFacesListenerTest, UIComponentBaseGetClientIdTest, UIComponentBaseProcessSaveRestoreStateTest, UIComponentBaseValueBindingTest, UIComponentFindComponentTest

public abstract class AbstractUIComponentBaseTest
extends Object

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


Field Summary
protected  javax.faces.context.FacesContext _facesContext
           
protected  org.easymock.classextension.IMocksControl _mocksControl
           
protected  javax.faces.render.Renderer _renderer
           
protected  javax.faces.component.UIComponentBase _testImpl
           
 
Constructor Summary
AbstractUIComponentBaseTest()
           
 
Method Summary
protected  Collection<Method> getMockedMethods()
           
protected  Method[] getMockedMethodsArray()
           
protected  void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_testImpl

protected javax.faces.component.UIComponentBase _testImpl

_mocksControl

protected org.easymock.classextension.IMocksControl _mocksControl

_facesContext

protected javax.faces.context.FacesContext _facesContext

_renderer

protected javax.faces.render.Renderer _renderer
Constructor Detail

AbstractUIComponentBaseTest

public AbstractUIComponentBaseTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

getMockedMethodsArray

protected final Method[] getMockedMethodsArray()
                                        throws Exception
Throws:
Exception

getMockedMethods

protected Collection<Method> getMockedMethods()
                                       throws Exception
Throws:
Exception


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