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

Method testImplementation

test/jakarta/el/ELBaseTest.java:61–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 * Double check test has been configured as expected
60 */
61 @Test
62 public void testImplementation() {
63 if (useStandalone) {
64 Assert.assertEquals(BeanSupportStandalone.class, BeanSupport.getInstance().getClass());
65 } else {
66 Assert.assertEquals(BeanSupportFull.class, BeanSupport.getInstance().getClass());
67 }
68 }
69}

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected