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

Method testResolveClass01

test/jakarta/el/TestImportHandler.java:32–39  ·  view source on GitHub ↗

java.lang should be imported by default

()

Source from the content-addressed store, hash-verified

30 * java.lang should be imported by default
31 */
32 @Test
33 public void testResolveClass01() {
34 ImportHandler handler = new ImportHandler();
35
36 Class<?> result = handler.resolveClass("String");
37
38 Assert.assertEquals(String.class, result);
39 }
40
41
42 /**

Callers

nothing calls this directly

Calls 1

resolveClassMethod · 0.95

Tested by

no test coverage detected