javax.faces.component
Class AbstractUIComponentPropertyTest<T>

java.lang.Object
  extended by javax.faces.component.AbstractUIComponentPropertyTest<T>

public abstract class AbstractUIComponentPropertyTest<T>
extends Object

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Mathias Broekelmann (latest modification by $Author: skitching $)

Constructor Summary
AbstractUIComponentPropertyTest(String property, T defaultValue, T... testValues)
           
 
Method Summary
protected abstract  javax.faces.component.UIComponent createComponent()
           
protected  org.easymock.classextension.IMocksControl getMocksControl()
           
protected  void setUp()
           
 void testDefaultValue()
           
 void testExplicitValue()
           
 void testExpressionValue()
           
 void testExpressionWithLiteralTextValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUIComponentPropertyTest

public AbstractUIComponentPropertyTest(String property,
                                       T defaultValue,
                                       T... testValues)
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

getMocksControl

protected org.easymock.classextension.IMocksControl getMocksControl()

createComponent

protected abstract javax.faces.component.UIComponent createComponent()

testDefaultValue

public void testDefaultValue()
                      throws Exception
Throws:
Exception

testExplicitValue

public void testExplicitValue()
                       throws Exception
Throws:
Exception

testExpressionWithLiteralTextValue

public void testExpressionWithLiteralTextValue()
                                        throws Exception
Throws:
Exception

testExpressionValue

public void testExpressionValue()
                         throws Exception
Throws:
Exception


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