Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.api.elprocessor.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
elProcessorDefineFunctionNPETest
- Throws:
Exception- Since:
- 3.0
- Test Name:
- elProcessorDefineFunctionNPETest
- Assertion IDs:
- EL:JAVADOC:220; EL:JAVADOC:216; EL:JAVADOC:219
- Test Strategy:
- Assert that a NullPointerException is thrown if any of the arguments is null.
-
elProcessorDefineFunctionCNFETest
- Throws:
Exception- Since:
- 3.0
- Test Name:
- elProcessorDefineFunctionCNFETest
- Assertion IDs:
- EL:JAVADOC:220; EL:JAVADOC:214; EL:JAVADOC:217
- Test Strategy:
- Assert that a ClassNotFoundException if the specified class does not exists.
-
elProcessorDefineFunctionNSMETest
- Throws:
Exception- Since:
- 3.0
- Test Name:
- elProcessorDefineFunctionNSMETest
- Assertion IDs:
- EL:JAVADOC:220; EL:JAVADOC:215
- Test Strategy:
- Assert that a NoSuchMethodException if the method (with or without the signature) is not a declared method of the class, or if the method signature is not valid.
-