Class ELClientIT

java.lang.Object
ee.jakarta.tck.el.spec.literal.ELClientIT

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void elBooleanLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elBooleanLiteralTest
      Assertion IDs:
      EL:SPEC:13.1
      Test Strategy:
      Validate that the EL Boolean literal: - 'true' is evaluated as expected. - 'false' is evaluated as expected.
    • elIntegerLiteralTest

      @Test public void elIntegerLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elIntegerLiteralTest
      Assertion IDs:
      EL:SPEC:13.2
      Test Strategy:
      Validate that the EL Integer literal with the: - '$' is evaluated as expected. - '#' is evaluated as expected.
    • elFloatingPointLiteralTest

      @Test public void elFloatingPointLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elFloatingPointLiteralTest
      Assertion IDs:
      EL:SPEC:13.3
      Test Strategy:
      Validate that the EL Float literal with the: - '$' is evaluated as expected. - '#' is evaluated as expected.
    • elStringLiteralTest

      @Test public void elStringLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elStringLiteralTest
      Assertion IDs:
      EL:SPEC:13.4; EL:SPEC:13.5
      Test Strategy:
      Validate that the EL String literal with the: - '$' is evaluated as expected. - '#' is evaluated as expected.
    • elNullLiteralTest

      @Test public void elNullLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elNullLiteralTest
      Assertion IDs:
      EL:SPEC:13.6
      Test Strategy:
      Validate that the EL 'null' literal evalutes correctly.
    • elSyntaxAsLiteralTest

      @Test public void elSyntaxAsLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elSyntaxAsLiteralTest
      Assertion IDs:
      EL:SPEC:7
      Test Strategy:
      [ELSyntaxAsLiteral] Verify that to generate literal values that include the character sequence "${" or "#{" a composite expression can be used.