Class CaseSwitchTest
java.lang.Object
com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
Unit tests for
Case, Switch, SwitchDefault,
and non lazy versions CaseNonLazy, SwitchNonLazy, SwitchDefaultNonLazy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CaseSwitchTest
public CaseSwitchTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
case_with_evaluate_only_touches_needed_items
- Throws:
JepException
-
case_with_default_value_and_evaluate_only_touches_needed_items
@Test public void case_with_default_value_and_evaluate_only_touches_needed_items() throws JepException- Throws:
JepException
-
case_with_jep_evaluate_only_touches_needed_items
- Throws:
JepException
-
case_with_default_value_and_jep_evaluate_only_touches_needed_items
@Test public void case_with_default_value_and_jep_evaluate_only_touches_needed_items() throws JepException- Throws:
JepException
-
caseNonLazy_with_jep_evaluate_touches_all_items
- Throws:
JepException
-
caseNonLazy_with_default_value_and_jep_evaluate_touches_all_items
@Test public void caseNonLazy_with_default_value_and_jep_evaluate_touches_all_items() throws JepException- Throws:
JepException
-
caseNonLazy_with_eval
- Throws:
JepException
-
caseNonLazy_with_default_and_eval
- Throws:
JepException
-
switch_with_evaluate_only_touches_needed_items
- Throws:
JepException
-
switch_with_jep_evaluate_only_touches_needed_items
- Throws:
JepException
-
switchNonLazy_with_jep_evaluate_touches_all_items
- Throws:
JepException
-
switchNonLazy_with_eval
- Throws:
JepException
-
switchDefault_with_evaluate_only_touches_needed_items
- Throws:
JepException
-
switchDefault_with_jep_evaluate_only_touches_needed_items
- Throws:
JepException
-
switchDefaultNonLazy_with_jep_evaluate_touches_all_items
- Throws:
JepException
-
switchDefaultNonLazy_with_eval
- Throws:
JepException
-