|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.sasl.language.placeholder.syntax.SimplePrefixTreeWalkerTest
public class SimplePrefixTreeWalkerTest
Test cases for the
SimplePrefixTreeWalker class.
| Constructor Summary | |
|---|---|
SimplePrefixTreeWalkerTest()
|
|
| Method Summary | |
|---|---|
void |
testNullRootNode()
Tests if no nodes will be returned if a null node is passed to the tree walker. |
void |
testTreeWalkWithNodeFilter()
Tests if nodes selected by the node filter will be returned from the tree in correct order if a node filter is applied. |
void |
testTreeWalkWithoutNodeFilter()
Tests if all nodes will be returned from the tree in correct order if no node filter is applied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplePrefixTreeWalkerTest()
| Method Detail |
|---|
public void testNullRootNode()
throws Exception
Exception
public void testTreeWalkWithoutNodeFilter()
throws Exception
Exception
public void testTreeWalkWithNodeFilter()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||