Class ConfigurableParserTest
java.lang.Object
com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
Unit tests for the
StandardConfigurableParser-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectbuildMatrix(Object[]... eles) voidFails.voidvoidsetUp()voidvoidvoidvoidprotected voidprotected voidvalueTestString(String string, String expected, Jep jep)
-
Field Details
-
PRINT_RESULTS
public static final boolean PRINT_RESULTS
-
-
Constructor Details
-
ConfigurableParserTest
public ConfigurableParserTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
test_replacing_token_matchers
- Throws:
Exception
-
testReplaceGrammarMatcher
- Throws:
JepException
-
test_add_opertor_to_existing_parser
- Throws:
JepException
-
buildMatrix
- Throws:
Exception
-
configParser_cannot_parse_2Delement_with_comma_separated_indicies
@Test @Tag("known-failure") public void configParser_cannot_parse_2Delement_with_comma_separated_indicies() throws Exception- Throws:
Exception
-
valueTest
- Throws:
JepException
-
valueTestString
- Throws:
JepException
-
cannot_use_triple_dot_syntax
Fails. Has.and...as operator and..as a symbol. Either operator are matched before symbols or vica versa.- Throws:
Exception
-
test_JCCArrayAccess
- Throws:
Exception
-