org.jboss.seam.mock
Class AbstractSeamTest.ComponentTest
java.lang.Object
org.jboss.seam.mock.AbstractSeamTest.ComponentTest
- Enclosing class:
- AbstractSeamTest
public abstract class AbstractSeamTest.ComponentTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSeamTest.ComponentTest
public AbstractSeamTest.ComponentTest()
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
Copyright © 2013 Seam Framework. All Rights Reserved.