Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.api.valueexpression.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
positiveValueExpressionTest
- Throws:
Exception- Test Name:
- positiveValueExpressionTest
- Assertion IDs:
- EL:JAVADOC:110; EL:JAVADOC:111; EL:JAVADOC:112; EL:JAVADOC:113; EL:JAVADOC:114; EL:JAVADOC:60; EL:JAVADOC:58
- Test Strategy:
- Validate the behavior of ValueExpression API ValueExpression.getValue() ValueExpression.setValue() ValueExpression.getType() ValueExpression.getExpectedType() ValueExpression.isReadOTestUtil.NEW_LINEy() Expression.isLiteralText() Expression.getExpressionString()
-
negativeValueExpressionTest
- Throws:
Exception- Test Name:
- negativeValueExpressionTest
- Assertion IDs:
- EL:JAVADOC:111; EL:JAVADOC:112; EL:JAVADOC:113; EL:JAVADOC:114; EL:JAVADOC:368; EL:JAVADOC:371; EL:JAVADOC:372; EL:JAVADOC:375; EL:JAVADOC:376; EL:JAVADOC:378; EL:JAVADOC:379; EL:JAVADOC:380
- Test Strategy:
- Validate the behavior of ValueExpression API ValueExpression.getValue() ValueExpression.setValue() ValueExpression.getType() ValueExpression.isReadOTestUtil.NEW_LINEy() If the ELContext parameter for these methods is null, a NullPointerException is thrown. If the ELContext parameter is not the same as the one with which the ValueExpression was created, a PropertyNotFoundException is thrown.
-
valueExpressionSerializableTest
- Throws:
Exception- Test Name:
- valueExpressionSerializableTest
- Assertion IDs:
- EL:SPEC:44
- Test Strategy:
- Validate that ValueExpression implements Serializable and that a ValueExpression can be manually serialized and deserialized.
-
valueExpressionEqualsTest
- Throws:
Exception- Test Name:
- valueExpressionEqualsTest
- Assertion IDs:
- EL:JAVADOC:56
- Test Strategy:
- Validate that ValueExpression implements equals() and that the behavior is as expected
-