Class ELClientIT

java.lang.Object
com.sun.ts.tests.el.spec.coercion.ELClientIT

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

      @AfterEach public void cleanup() throws Exception
      Throws:
      Exception
    • positivePrimitiveToBoxedTest

      @Test public void positivePrimitiveToBoxedTest() throws Exception
      Throws:
      Exception
    • positiveBoxedToPrimitiveTest

      @Test public void positiveBoxedToPrimitiveTest() throws Exception
      Throws:
      Exception
    • positiveElBooleanCoercionTest

      @Test public void positiveElBooleanCoercionTest() throws Exception
      Throws:
      Exception
    • negativeElBooleanCoercionTest

      @Test public void negativeElBooleanCoercionTest() throws Exception
      Throws:
      Exception
    • elPrimitiveToStringCoercionTest

      @Test public void elPrimitiveToStringCoercionTest() throws Exception
      Throws:
      Exception
    • elWrapperToStringCoercionTest

      @Test public void elWrapperToStringCoercionTest() throws Exception
      Throws:
      Exception
    • positiveElCharacterCoercionTest

      @Test public void positiveElCharacterCoercionTest() throws Exception
      Throws:
      Exception
    • negativeElCharacterCoercionTest

      @Test public void negativeElCharacterCoercionTest() throws Exception
      Throws:
      Exception
    • negativeElNumberCoercionTest

      @Test public void negativeElNumberCoercionTest() throws Exception
      Throws:
      Exception
    • elNullToNumberCoercionTest

      @Test public void elNullToNumberCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToByteCoercionTest

      @Test public void elNumberToByteCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToShortCoercionTest

      @Test public void elNumberToShortCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToIntegerCoercionTest

      @Test public void elNumberToIntegerCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToLongCoercionTest

      @Test public void elNumberToLongCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToFloatCoercionTest

      @Test public void elNumberToFloatCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToDoubleCoercionTest

      @Test public void elNumberToDoubleCoercionTest() throws Exception
      Throws:
      Exception
    • elStringToNumberCoercionTest

      @Test public void elStringToNumberCoercionTest() throws Exception
      Throws:
      Exception
    • elCharacterToNumberCoercionTest

      @Test public void elCharacterToNumberCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToBigIntegerCoercionTest

      @Test public void elNumberToBigIntegerCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberToBigDecimalCoercionTest

      @Test public void elNumberToBigDecimalCoercionTest() throws Exception
      Throws:
      Exception
    • elCoerceToEnumTypeTest

      @Test public void elCoerceToEnumTypeTest() throws Exception
      Throws:
      Exception
    • elCoerceToArrayTest

      @Test public void elCoerceToArrayTest() throws Exception
      Throws:
      Exception
    • testPrimitiveBooleanArray

      public static int testPrimitiveBooleanArray(boolean[] input)
    • elCoerceLambdaExpressionToFunctionalInterfaceTest

      @Test public void elCoerceLambdaExpressionToFunctionalInterfaceTest() throws Exception
      Throws:
      Exception
    • testPredicateString

      public static String testPredicateString(Predicate<String> filter)
    • testPredicateLong

      public static String testPredicateLong(Predicate<Long> filter)
    • elCoerceToOtherTypeTest

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