java.lang.Object
org.eclipse.emf.mwe2.language.tests.highlighting.LexerTest

@InjectWith(Mwe2UiInjectorProvider.class) public class LexerTest extends Object
  • 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

      protected void parseStringLiteral(String... literals)
    • parseSuccessfully

      protected void parseSuccessfully(String input, String... expectedTokens)