org.jboss.seam.mock
Class BaseSeamTest.ComponentTest

java.lang.Object
  extended by org.jboss.seam.mock.BaseSeamTest.ComponentTest
Enclosing class:
BaseSeamTest

public abstract class BaseSeamTest.ComponentTest
extends Object


Constructor Summary
BaseSeamTest.ComponentTest()
           
 
Method Summary
protected  Object getValue(String valueExpression)
          Evaluate (get) a value binding
protected  Object invokeMethod(String methodExpression)
          Call a method binding
 void run()
           
protected  void setValue(String valueExpression, Object value)
          Set a value binding
protected abstract  void testComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSeamTest.ComponentTest

public BaseSeamTest.ComponentTest()
Method Detail

invokeMethod

protected Object invokeMethod(String methodExpression)
Call a method binding


getValue

protected Object getValue(String valueExpression)
Evaluate (get) a value binding


setValue

protected void setValue(String valueExpression,
                        Object value)
Set a value binding


testComponents

protected abstract void testComponents()
                                throws Exception
Throws:
Exception

run

public void run()
         throws Exception
Throws:
Exception