org.jboss.seam.mock
public abstract class AbstractSeamTest.ComponentTest extends Object
| Constructor and Description |
|---|
AbstractSeamTest.ComponentTest() |
| Modifier and Type | Method and Description |
|---|---|
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() |
Copyright © 2015 Seam Framework. All Rights Reserved.