Class OverloadResolverTest

java.lang.Object
com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest

public class OverloadResolverTest extends Object
Tests for the OverloadResolver.
  • Constructor Details

    • OverloadResolverTest

      public OverloadResolverTest()
  • Method Details

    • setUp

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

      @Test public void test_OverloadedOperator() throws JepException
      Throws:
      JepException
    • test_Operator_with_overloaded_pfmc

      @Test public void test_Operator_with_overloaded_pfmc() throws JepException
      Throws:
      JepException
    • testAlternateFunctions

      @Test public void testAlternateFunctions() throws JepException
      Throws:
      JepException
    • testOverloadedFunctionByStructure

      @Test public void testOverloadedFunctionByStructure() throws JepException
      Throws:
      JepException
    • test_with_null_functions

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