|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.TestSuite org.jboss.jsfunit.analysis.ManagedBeanTestSuite
public class ManagedBeanTestSuite
A TestSuite for a single JSF managed bean.
Constructor Summary | |
---|---|
ManagedBeanTestSuite(String name)
Create a new ManagedBeanTestSuite. |
Method Summary | |
---|---|
StreamProvider |
getStreamProvider()
Accessor for the streamProvider attribute |
junit.framework.Test |
getSuite(String configFilePath,
String managedBeanName,
Node managedBeanNode)
Create the TestSuite for a managed bean. |
void |
setStreamProvider(StreamProvider streamProvider)
Accessor for the streamProvider attribute. |
Methods inherited from class junit.framework.TestSuite |
---|
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface junit.framework.Test |
---|
countTestCases, run |
Constructor Detail |
---|
public ManagedBeanTestSuite(String name)
name
- The name of the test-suite in the JUnit test-hierarchyMethod Detail |
---|
public junit.framework.Test getSuite(String configFilePath, String managedBeanName, Node managedBeanNode)
configFilePath
- path to a single config filemanagedBeanName
- the name of the bean to build the test suite formanagedBeanNode
- the DOM node containing the managed bean
public StreamProvider getStreamProvider()
public void setStreamProvider(StreamProvider streamProvider)
Accessor for the streamProvider attribute. Usually used to set a special StreamProvider. By default a DefaultStreamProvider is created.
streamProvider
- the new StreamProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |