Class OverloadingSystemTests
java.lang.Object
com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
System tests for overloading functions and operators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidThis test fails when the MacroFunction uses the standard ImprotationVisitor rather the the LightWeightImportationVisitor.voidsetUp()voidvoidvoidvoidvoidvoid
-
Constructor Details
-
OverloadingSystemTests
public OverloadingSystemTests()
-
-
Method Details
-
setUp
- Throws:
Exception
-
test_package_info_examples
- Throws:
Exception
-
test_package_info_AlternateFunctions_example
- Throws:
Exception
-
test_package_info_OverloadedFunctionByStructure_example
- Throws:
Exception
-
LightWeightImportationVisitor_fails_when_an_operator_has_a_OverloadedFunctionByStructure_pfmc
@Test public void LightWeightImportationVisitor_fails_when_an_operator_has_a_OverloadedFunctionByStructure_pfmc() throws Exception- Throws:
Exception
-
test_LightWeightImportationVisitor2
- Throws:
Exception
-
macroFunction_with_precompiled_node_involving_alternate_function_uses_correct_varient
@Test public void macroFunction_with_precompiled_node_involving_alternate_function_uses_correct_varient() throws JepExceptionThis test fails when the MacroFunction uses the standard ImprotationVisitor rather the the LightWeightImportationVisitor. This occurs when using LambdaFunGenerator- Throws:
JepException
-
test_resloved_overloaded_operator_toString
- Throws:
JepException
-
test_description_of_overloaded_function
@Tag("function_descriptions") @Test public void test_description_of_overloaded_function() throws JepException- Throws:
JepException
-