org.jboss.seam.mock
Class AbstractSeamTest.ComponentTest

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

public abstract class AbstractSeamTest.ComponentTest
extends Object


Constructor Summary
AbstractSeamTest.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

AbstractSeamTest.ComponentTest

public AbstractSeamTest.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