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 java.lang.Object


Constructor Summary
AbstractSeamTest.ComponentTest()
           
 
Method Summary
protected  java.lang.Object getValue(java.lang.String valueExpression)
          Evaluate (get) a value binding
protected  java.lang.Object invokeMethod(java.lang.String methodExpression)
          Call a method binding
 void run()
           
protected  void setValue(java.lang.String valueExpression, java.lang.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 java.lang.Object invokeMethod(java.lang.String methodExpression)
Call a method binding


getValue

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


setValue

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


testComponents

protected abstract void testComponents()
                                throws java.lang.Exception
Throws:
java.lang.Exception

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 Seam Framework. All Rights Reserved.