Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.api.mapelresolver.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
mapELResolverTest
- Throws:
Exception- Test Name:
- mapELResolverTest
- Assertion IDs:
- EL:JAVADOC:76; EL:JAVADOC:77; EL:JAVADOC:78; EL:JAVADOC:79; EL:JAVADOC:80; EL:JAVADOC:81; EL:JAVADOC:83
- Test Strategy:
- Verify that API calls work as expected: MapELResolver() getValue() getType() setValue() isReadOnly() getCommonPropertyType()
-
mapELResolverNPETest
- Throws:
Exception- Test Name:
- mapELResolverNPETest
- Assertion IDs:
- EL:JAVADOC:78; EL:JAVADOC:79; EL:JAVADOC:80; EL:JAVADOC:81; EL:JAVADOC:83; EL:JAVADOC:293; EL:JAVADOC:295; EL:JAVADOC:298; EL:JAVADOC:290
- Test Strategy:
- Verify that the following methods throw a NullPointerException, if context is null: getType() getValue() isReadOnly() setValue()
-
mapELResolverPNWETest
- Throws:
Exception- Test Name:
- mapELResolverPNWETest
- Assertion IDs:
- EL:JAVADOC:82; EL:JAVADOC:83; EL:JAVADOC:301
- Test Strategy:
- Verify that the single-parameter constructor for mapELResolver 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. MapELResolver(boolean) setValue()
-