Class ELClientIT
java.lang.Object
com.sun.ts.tests.el.spec.coercion.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
static String
testPredicateLong
(Predicate<Long> filter) static String
testPredicateString
(Predicate<String> filter) static int
testPrimitiveBooleanArray
(boolean[] input)
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
positivePrimitiveToBoxedTest
- Throws:
Exception
-
positiveBoxedToPrimitiveTest
- Throws:
Exception
-
positiveElBooleanCoercionTest
- Throws:
Exception
-
negativeElBooleanCoercionTest
- Throws:
Exception
-
elPrimitiveToStringCoercionTest
- Throws:
Exception
-
elWrapperToStringCoercionTest
- Throws:
Exception
-
positiveElCharacterCoercionTest
- Throws:
Exception
-
negativeElCharacterCoercionTest
- Throws:
Exception
-
negativeElNumberCoercionTest
- Throws:
Exception
-
elNullToNumberCoercionTest
- Throws:
Exception
-
elNumberToByteCoercionTest
- Throws:
Exception
-
elNumberToShortCoercionTest
- Throws:
Exception
-
elNumberToIntegerCoercionTest
- Throws:
Exception
-
elNumberToLongCoercionTest
- Throws:
Exception
-
elNumberToFloatCoercionTest
- Throws:
Exception
-
elNumberToDoubleCoercionTest
- Throws:
Exception
-
elStringToNumberCoercionTest
- Throws:
Exception
-
elCharacterToNumberCoercionTest
- Throws:
Exception
-
elNumberToBigIntegerCoercionTest
- Throws:
Exception
-
elNumberToBigDecimalCoercionTest
- Throws:
Exception
-
elCoerceToEnumTypeTest
- Throws:
Exception
-
elCoerceToArrayTest
- Throws:
Exception
-
testPrimitiveBooleanArray
public static int testPrimitiveBooleanArray(boolean[] input) -
elCoerceLambdaExpressionToFunctionalInterfaceTest
- Throws:
Exception
-
testPredicateString
-
testPredicateLong
-
elCoerceToOtherTypeTest
- Throws:
Exception
-