Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.api.resourcebundleelresolver.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
resourceBundleELResolverTest
- Throws:
Exception- Test Name:
- resourceBundleELResolverTest
- Assertion IDs:
- EL:JAVADOC:103; EL:JAVADOC:104; EL:JAVADOC:105; EL:JAVADOC:106; EL:JAVADOC:107; EL:JAVADOC:108; EL:JAVADOC:109
- Test Strategy:
- Verify that API calls work as expected: ResourceBundleELResolver() setValue() getValue() getType() isReadOnly() getCommonPropertyType()
-
resourceBundleELResolverNPETest
- Throws:
Exception- Test Name:
- resourceBundleELResolverNPETest
- Assertion IDs:
- EL:JAVADOC:106; EL:JAVADOC:105; EL:JAVADOC:107; EL:JAVADOC:108; EL:JAVADOC:109; EL:JAVADOC:313; EL:JAVADOC:314; EL:JAVADOC:316; EL:JAVADOC:317
- Test Strategy:
- Verify that the following methods throw a NullPointerException, if context is null: getValue() getType() setValue() isReadOnly()
-
resourceBundleELResolverPNWETest
- Throws:
Exception- Test Name:
- resourceBundleELResolverPNWETest
- Assertion IDs:
- EL:JAVADOC:108; EL:JAVADOC:109; EL:JAVADOC:318
- Test Strategy:
- Verify that the following methods throw a PropertyNotWritableException, since ResourceBundleELResolvers are non-writable. setValue()
-