Class ELClientIT

java.lang.Object
ee.jakarta.tck.el.api.expression.ELClientIT

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

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

      @Test public void negativeEqualsTest() throws Exception
      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

      @Test public void expressionHashCodeTest() throws Exception
      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.