Class ModifiedParserTest


  • public class ModifiedParserTest
    extends java.lang.Object
    Tests for various custom grammars.
    • Constructor Detail

      • ModifiedParserTest

        public ModifiedParserTest()
    • Method Detail

      • testOperatorsAsFunctions

        public void testOperatorsAsFunctions()
                                      throws ParseException,
                                             java.lang.Exception
        Throws:
        ParseException
        java.lang.Exception
      • testLatex

        public void testLatex()
                       throws java.lang.Exception
        Tests a Latex like grammar
        Throws:
        java.lang.Exception
      • testMultLineString

        public void testMultLineString()
                                throws java.lang.Exception
        Test for string constants which can be broken over multiple lines.
        Throws:
        java.lang.Exception
        See Also:
        MultiLineMatcher