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
ScanException
public void literalWithAccolade0() throws ScanException
ScanException
public void literalWithAccolade1() throws ScanException
ScanException
public void literalWithTwoAccolades() throws ScanException
ScanException
public void variable() throws ScanException
ScanException
public void literalVariableLiteral() throws ScanException
ScanException
public void withColon() throws ScanException
ScanException
public void nested() throws ScanException
ScanException
public void withDefault() throws ScanException
ScanException
public void defaultSeparatorOutsideOfAVariable() throws ScanException
ScanException
public void emptyTokenListDoesNotThrowNullPointerException() throws ScanException
ScanException
Copyright © 2005–2018 QOS.ch. All rights reserved.