Class ELClientIT
java.lang.Object
com.sun.ts.tests.el.api.jakarta_el.optionalelresolver.ELClientIT
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
void
void
void
void
void
void
void
static boolean
testOptionalELResolverInvoke
(StringBuffer buf, Object base, Object method, Object expectedValue) static boolean
testOptionalELResolverProperty
(StringBuffer buf, Object base, Object property, Object expectedValue)
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
optionalELResolverEmptyNullTest
- Throws:
Exception
-
optionalELResolverEmptyNonNullTest
- Throws:
Exception
-
optionalELResolverObjectNullTest
- Throws:
Exception
-
optionalELResolverObjectNonNullTest
- Throws:
Exception
-
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)
-