Package ee.jakarta.tck.el.api.expression
Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.api.expression.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
negativeEqualsTest
- Throws:
Exception- Test Name:
- negativeEqualsTest
- Assertion IDs:
- EL:JAVADOC:56
- Test Strategy:
- Validate the behavior of Expression API Expression.equals() Verify that an Expression cannot equal null, and that a ValueExpression and a MethodExpression cannot be equal.
-
expressionHashCodeTest
- Throws:
Exception- Test Name:
- expressionHashCodeTest
- Assertion IDs:
- EL:JAVADOC:59
- Test Strategy:
- Validate the if two objects are equal according to the equals(Object) method, then calling the hashCode method on each of the two objects must produce the same integer result.
-