Class CaseInsensitiveVariableTableTest

java.lang.Object
com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest

public class CaseInsensitiveVariableTableTest extends Object
Since:
Jep 4.1
  • Constructor Details

    • CaseInsensitiveVariableTableTest

      public CaseInsensitiveVariableTableTest()
  • Method Details

    • testAdd_Get_Variable

      @Test public void testAdd_Get_Variable() throws JepException
      Throws:
      JepException
    • test_JepJava_Users_25_10_2022

      @Test public void test_JepJava_Users_25_10_2022() throws JepException
      Throws:
      JepException
    • test_parsing_with_CIVT

      @Test public void test_parsing_with_CIVT() throws JepException
      Throws:
      JepException
    • test_parsing_with_StandardConfigurableParser

      @Test public void test_parsing_with_StandardConfigurableParser() throws JepException
      Throws:
      JepException
    • test_variable_names_are_all_lowercase

      @Test public void test_variable_names_are_all_lowercase() throws JepException
      Throws:
      JepException
    • test_variable_names_in_parsed_equations_are_lowercase

      @Test public void test_variable_names_in_parsed_equations_are_lowercase() throws ParseException
      Throws:
      ParseException
    • test_addConstant_is_lowercase

      @Test public void test_addConstant_is_lowercase() throws JepException
      Throws:
      JepException
    • test_containsKey_is_only_true_for_lowercase_keys

      @Test public void test_containsKey_is_only_true_for_lowercase_keys() throws JepException
      Throws:
      JepException
    • CaseInsensitiveFunctionTable_parses_but_node_name_unchanged

      @Test public void CaseInsensitiveFunctionTable_parses_but_node_name_unchanged() throws JepException
      Throws:
      JepException
    • CaseInsensitiveFunctionTable_parses_but_node_name_unchanged_ConfigParser

      @Test public void CaseInsensitiveFunctionTable_parses_but_node_name_unchanged_ConfigParser() throws JepException
      Throws:
      JepException
    • CaseInsensitiveIdentifierTokenManager_makes_all_tokens_lowercase

      @Test public void CaseInsensitiveIdentifierTokenManager_makes_all_tokens_lowercase() throws JepException
      Throws:
      JepException
    • copy_constants

      @Test public void copy_constants() throws JepException
      Throws:
      JepException
    • decorates_StandardVariableTable

      @Test public void decorates_StandardVariableTable()