|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jboss.jsfunit.analysis.NavigationRuleTestCase
public class NavigationRuleTestCase
A TestCase for a single JSF navigation rule.
Field Summary | |
---|---|
protected String |
configFilePath
path to the config file |
protected Node |
navigationRuleNode
DOM node of the navigation rule to test |
Constructor Summary | |
---|---|
NavigationRuleTestCase(String name,
String configFilePath,
Node navigationRuleNode)
Create a new NavigationRuleTestCase. |
Method Summary | |
---|---|
void |
runTest()
Call the individual test methods. |
void |
testFromViewId()
... |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String configFilePath
protected Node navigationRuleNode
Constructor Detail |
---|
public NavigationRuleTestCase(String name, String configFilePath, Node navigationRuleNode)
name
- The name of the test-case in the JUnit test-hierarchyconfigFilePath
- path to a single config filenavigationRuleNode
- the DOM node containing the navigation ruleMethod Detail |
---|
public void runTest()
runTest
in class junit.framework.TestCase
public void testFromViewId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |