Class LexerTest
java.lang.Object
org.eclipse.emf.mwe2.language.tests.highlighting.LexerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
parseStringLiteral
(String... literals) protected void
parseSuccessfully
(String input, String... expectedTokens) void
void
void
void
void
void
void
testInt()
void
void
void
void
void
void
testWS()
-
Constructor Details
-
LexerTest
public LexerTest()
-
-
Method Details
-
testEmptyLiteral
public void testEmptyLiteral() -
testKeywords
public void testKeywords() -
testKeywordPrefixes
public void testKeywordPrefixes() -
testComments
public void testComments() -
testEscapedComments
public void testEscapedComments() -
testWS
public void testWS() -
testAnyChar
public void testAnyChar() -
testInt
public void testInt() -
testComplex
public void testComplex() -
testReference
public void testReference() -
testReferences
public void testReferences() -
testIncompleteReference
public void testIncompleteReference() -
testMixed
public void testMixed() -
parseStringLiteral
-
parseSuccessfully
-