Class OverloadedUnaryFunctionTest
java.lang.Object
com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
Tests for
OverloadedUnaryFunction.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OverloadedUnaryFunctionTest
public OverloadedUnaryFunctionTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
test_two_unary_functions
- Throws:
Exception
-
test_with_CustomValueType
- Throws:
Exception
-
test_init_calls_components
@Test public void test_init_calls_components() -
test_lightweightInstance_makes_a_copy_with_lightweight_instances_of_functions
@Test public void test_lightweightInstance_makes_a_copy_with_lightweight_instances_of_functions() -
test_number_of_parameters_is_always_1
@Test public void test_number_of_parameters_is_always_1() -
can_construct_with_wrong_number_of_arguments
@Test public void can_construct_with_wrong_number_of_arguments() -
evaluation_with_wrong_number_of_argument_throws_evaluation_exceptiona
@Test public void evaluation_with_wrong_number_of_argument_throws_evaluation_exceptiona() throws JepException- Throws:
JepException
-