Class IdentifierTokenMatcherTest

java.lang.Object
com.singularsys.jeptests.unit.configurableparser.matchers.IdentifierTokenMatcherTest

public class IdentifierTokenMatcherTest extends Object
Test the various types of identifier matchers
  • Constructor Details

    • IdentifierTokenMatcherTest

      public IdentifierTokenMatcherTest()
  • Method Details

    • testBasicIdentifierMatcher_does_not_match_é

      @Test public void testBasicIdentifierMatcher_does_not_match_é() throws ParseException
      Throws:
      ParseException
    • testUnicodeIdentifierMatcher_matches_é

      @Test public void testUnicodeIdentifierMatcher_matches_é() throws ParseException
      Throws:
      ParseException
    • testJavaIdentifierMatcher_matches_£é

      @Test public void testJavaIdentifierMatcher_matches_£é() throws ParseException
      Throws:
      ParseException
    • testDottedIdentifierMatcher_matches_dots

      @Test public void testDottedIdentifierMatcher_matches_dots() throws ParseException
      Throws:
      ParseException