Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.api.optionalelresolver.ELClientIT
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidvoidvoidvoidvoidvoidvoidvoidstatic booleantestOptionalELResolverInvoke(StringBuffer buf, Object base, Object method, Object expectedValue) static booleantestOptionalELResolverProperty(StringBuffer buf, Object base, Object property, Object expectedValue)
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
optionalELResolverEmptyNullTest
- Throws:
Exception- Test Name:
- optionalELResolverEmptyNullTest
- Test Strategy:
- Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an empty Optional and the property is null
-
optionalELResolverEmptyNonNullTest
- Throws:
Exception- Test Name:
- optionalELResolverEmptyNonNullTest
- Test Strategy:
- Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an empty Optional and the property is non-null
-
optionalELResolverObjectNullTest
- Throws:
Exception- Test Name:
- optionalELResolverObjectNullTest
- Test Strategy:
- Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an non-empty Optional and the property is null
-
optionalELResolverObjectNonNullTest
- Throws:
Exception- Test Name:
- optionalELResolverObjectNonNullTest
- Test Strategy:
- Verify that API calls work as expected for: getValue() getType() setValue() isReadOnly() getCommonPropertyType() when the base object is an non-empty Optional and the property is non-null
-
testOptionalELResolverProperty
public static boolean testOptionalELResolverProperty(StringBuffer buf, Object base, Object property, Object expectedValue) -
optionalELResolverEmptyInvoke
- Throws:
Exception
-
optionalELResolverEmptyInvokeInvalid
- Throws:
Exception
-
optionalELResolverObjectInvoke
- Throws:
Exception
-
optionalELResolverObjectInvokeInvalid
- Throws:
Exception
-
testOptionalELResolverInvoke
public static boolean testOptionalELResolverInvoke(StringBuffer buf, Object base, Object method, Object expectedValue)
-