Class ModifiedParserTest

java.lang.Object
com.singularsys.jeptests.system.ModifiedParserTest

public class ModifiedParserTest extends Object
Tests for various custom grammars.
  • Field Details

  • Constructor Details

    • ModifiedParserTest

      public ModifiedParserTest()
  • Method Details

    • testOperatorsAsFunctions

      @Test public void testOperatorsAsFunctions() throws Exception
      Throws:
      Exception
    • testLatex

      @Test public void testLatex() throws Exception
      Tests a Latex like grammar
      Throws:
      Exception
    • testMultLineString

      @Test public void testMultLineString() throws Exception
      Test for string constants which can be broken over multiple lines.
      Throws:
      Exception
      See Also:
    • testBadFun

      @Test public void testBadFun() throws JepException
      Throws:
      JepException
    • testSuffixArrayAccess

      @Test public void testSuffixArrayAccess() throws JepException
      Throws:
      JepException