Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.api.arrayelresolver.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
arrayELResolverTest
- Throws:
Exception- Test Name:
- arrayELResolverTest
- Assertion IDs:
- EL:JAVADOC:1; EL:JAVADOC:3; EL:JAVADOC:4; EL:JAVADOC:5; EL:JAVADOC:6; EL:JAVADOC:7; EL:JAVADOC:8
- Test Strategy:
- Verify that API calls work as expected: arrayELResolver() getValue() getType() setValue() isReadOnly() getCommonPropertyType()
-
arrayELResolverNPETest
- Throws:
Exception- Test Name:
- arrayELResolverNPETest
- Assertion IDs:
- EL:JAVADOC:1; EL:JAVADOC:5; EL:JAVADOC:6; EL:JAVADOC:7; EL:JAVADOC:8; EL:JAVADOC:122; EL:JAVADOC:125; EL:JAVADOC:128; EL:JAVADOC:131
- Test Strategy:
- Verify that the following methods throw a NullPointerException, if context is null: getValue() getType() setValue() isReadOnly()
-
arrayELResolverPNFETest
- Throws:
Exception- Test Name:
- arrayELResolverPNFETest
- Assertion IDs:
- EL:JAVADOC:1; EL:JAVADOC:5; EL:JAVADOC:7; EL:JAVADOC:8; EL:JAVADOC:121; EL:JAVADOC:127; EL:JAVADOC:134
- Test Strategy:
- Verify that the following methods throw a PropertyNotFoundException, if the given index is out of bounds for this array : getType() isReadOnly() setValue()
-
arrayELResolverIAETest
- Throws:
Exception- Test Name:
- arrayELResolverIAETest
- Assertion IDs:
- EL:JAVADOC:1; EL:JAVADOC:6; EL:JAVADOC:8; EL:JAVADOC:124; EL:JAVADOC:132
- Test Strategy:
- Verify that the following methods throw an IllegalArgumentException, if the property could not be coerced into an integer: getValue() setValue()
-
arrayELResolverPNWETest
- Throws:
Exception- Test Name:
- arrayELResolverPNWETest
- Assertion IDs:
- EL:JAVADOC:2; EL:JAVADOC:8; EL:JAVADOC:127; EL:JAVADOC:133
- Test Strategy:
- Verify that the single-parameter constructor for arrayELResolver can be used to construct a read-only resolver, and that the setValue() method throws a PropertyNotWritableException, if the resolver was constructed in read-only mode. ArrayELResolver(boolean) setValue()
-
arrayELResolverOBETest
- Throws:
Exception
-
arrayELResolverCCETest
- Throws:
Exception
-
arrayELResolverLengthTest
- Throws:
Exception
-