Class OverloadResolverTest.OperatorWithOverloadedFunctionTest

java.lang.Object
com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
Enclosing class:
OverloadResolverTest

@Nested public class OverloadResolverTest.OperatorWithOverloadedFunctionTest extends Object
Testing the OverloadedOperator.extendOperator static factory method.
  • Constructor Details

    • OperatorWithOverloadedFunctionTest

      public OperatorWithOverloadedFunctionTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • can_evaluate_the_overloaded_operator

      @Test public void can_evaluate_the_overloaded_operator() throws Exception
      Throws:
      Exception
    • OverloadResolver_gives_correct_PFMC

      @Test public void OverloadResolver_gives_correct_PFMC() throws Exception
      Throws:
      Exception
    • can_evaluate_resolved_formula

      @Test public void can_evaluate_resolved_formula() throws Exception
      Throws:
      Exception
    • printing_of_unresolved_formula

      @Test public void printing_of_unresolved_formula() throws Exception
      Throws:
      Exception
    • printing_of_resolved_formula

      @Test public void printing_of_resolved_formula() throws Exception
      Throws:
      Exception
    • lightweightImportationVisitor_gives_overloaded_PFMC

      @Test public void lightweightImportationVisitor_gives_overloaded_PFMC() throws Exception
      Throws:
      Exception
    • MacroFunction_with_node_with_Operator_with_overloaded_function_is_not_resolved

      @Test public void MacroFunction_with_node_with_Operator_with_overloaded_function_is_not_resolved() throws Exception
      Throws:
      Exception
    • substitutionVisitor_does_not_preserves_PFMC

      @Test public void substitutionVisitor_does_not_preserves_PFMC() throws Exception
      Throws:
      Exception