|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.language.placeholder.syntax.PlaceholderScriptParserTest
public class PlaceholderScriptParserTest
Test case for the
PlaceholderScriptParser
class.
Constructor Summary | |
---|---|
PlaceholderScriptParserTest()
|
Method Summary | |
---|---|
void |
testGetPlaceholderSymbols()
Test cases for the getPlaceholderSymbols() method. |
void |
testParseComplexScript()
Tests if a "complex" script could be parsed successfully. |
void |
testParseException()
Tests if a parse exception is handled correctly. |
void |
testParsePlaceholderNoArguments()
Tests if a placeholder with no arguments could be parsed successfully. |
void |
testParsePlaceholderNoArguments2()
Tests if a placeholder with the optional no argument braces could be parsed successfully. |
void |
testParsePlaceholderWithArguments()
Tests if a placeholder with different argument types could be parsed successfully. |
void |
testParsePlaceholderWithNestedPlaceholder()
Test if a placeholder could have nested placeholders as arguments. |
void |
testParseSimpleText()
Tests if a simple string could be parsed successfully. |
void |
testScanException()
Tests if a exception from the scanner is handled correctly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlaceholderScriptParserTest()
Method Detail |
---|
public void testParseSimpleText() throws Exception
Exception
public void testParsePlaceholderNoArguments() throws Exception
Exception
public void testParsePlaceholderNoArguments2() throws Exception
Exception
public void testParsePlaceholderWithArguments() throws Exception
Exception
public void testParsePlaceholderWithNestedPlaceholder() throws Exception
Exception
public void testParseComplexScript() throws Exception
ParseException
Exception
public void testParseException() throws Exception
Exception
public void testScanException() throws Exception
Exception
public void testGetPlaceholderSymbols() throws Exception
getPlaceholderSymbols()
method.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |