MCPcopy Create free account
hub / github.com/apache/tomcat / testConvertToType01

Method testConvertToType01

test/jakarta/el/TestELContext.java:129–133  ·  view source on GitHub ↗

Tests not compatible object and type.

()

Source from the content-addressed store, hash-verified

127 * Tests not compatible object and type.
128 */
129 @Test(expected = ELException.class)
130 public void testConvertToType01() {
131 ELContext elContext = new TesterELContext();
132 elContext.convertToType("test", Integer.class);
133 }
134
135 /**
136 * Tests that if there is no ELResolver the standard coercions will be invoked.

Callers

nothing calls this directly

Calls 1

convertToTypeMethod · 0.45

Tested by

no test coverage detected