Package ee.jakarta.tck.el.spec.literal
Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.spec.literal.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
elBooleanLiteralTest
- 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
- 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
- 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
- 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
- Throws:
Exception- Test Name:
- elNullLiteralTest
- Assertion IDs:
- EL:SPEC:13.6
- Test Strategy:
- Validate that the EL 'null' literal evalutes correctly.
-
elSyntaxAsLiteralTest
- 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.
-