MCPcopy Index your code
hub / github.com/apache/tomcat / testResolveClass02

Method testResolveClass02

test/jakarta/el/TestImportHandler.java:45–52  ·  view source on GitHub ↗

Resolve an unknown class

()

Source from the content-addressed store, hash-verified

43 * Resolve an unknown class
44 */
45 @Test
46 public void testResolveClass02() {
47 ImportHandler handler = new ImportHandler();
48
49 Class<?> result = handler.resolveClass("Foo");
50
51 Assert.assertNull(result);
52 }
53
54
55 /**

Callers

nothing calls this directly

Calls 1

resolveClassMethod · 0.95

Tested by

no test coverage detected