|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.TestSuite
org.jboss.jsfunit.analysis.NavigationRuleTestSuite
public class NavigationRuleTestSuite
A TestSuite for a single JSF navigation rule.
| Constructor Summary | |
|---|---|
NavigationRuleTestSuite(String name)
Create a new NavigationRuleTestSuite. |
|
| Method Summary | |
|---|---|
StreamProvider |
getStreamProvider()
Accessor for the streamProvider attribute |
junit.framework.Test |
getSuite(String configFilePath,
Node navigationRuleNode)
Create the TestSuite for a navigation rule. |
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 NavigationRuleTestSuite(String name)
name - The name of the test-suite in the JUnit test-hierarchy| Method Detail |
|---|
public junit.framework.Test getSuite(String configFilePath,
Node navigationRuleNode)
configFilePath - path to a single config filenavigationRuleName - the name of the bean to build the test suite fornavigationRuleNode - the DOM node containing the navigation rule
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 | |||||||||