public class ParserTest extends Object
| Constructor and Description |
|---|
ParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
defaultSeparatorOutsideOfAVariable() |
void |
emptyTokenListDoesNotThrowNullPointerException() |
void |
literal() |
void |
literalVariableLiteral() |
void |
literalWithAccolade0() |
void |
literalWithAccolade1() |
void |
literalWithTwoAccolades() |
void |
nested() |
void |
variable() |
void |
withColon() |
void |
withDefault() |
public ParserTest()
public void literal() throws ScanException
ScanExceptionpublic void literalWithAccolade0() throws ScanException
ScanExceptionpublic void literalWithAccolade1() throws ScanException
ScanExceptionpublic void literalWithTwoAccolades() throws ScanException
ScanExceptionpublic void variable() throws ScanException
ScanExceptionpublic void literalVariableLiteral() throws ScanException
ScanExceptionpublic void withColon() throws ScanException
ScanExceptionpublic void nested() throws ScanException
ScanExceptionpublic void withDefault() throws ScanException
ScanExceptionpublic void defaultSeparatorOutsideOfAVariable() throws ScanException
ScanExceptionpublic void emptyTokenListDoesNotThrowNullPointerException() throws ScanException
ScanExceptionCopyright © 2005–2018 QOS.ch. All rights reserved.