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

Method assertEcho

test/org/apache/el/TestELInJsp.java:522–524  ·  view source on GitHub ↗
(String result, String expected)

Source from the content-addressed store, hash-verified

520
521 // Assertion for text contained with <p></p>, e.g. printed by tags:echo
522 private static void assertEcho(String result, String expected) {
523 Assert.assertTrue(result, result.indexOf("<p>" + expected + "</p>") > 0);
524 }
525}

Callers 15

testBug36923Method · 0.95
testBug42565Method · 0.95
testBug44994Method · 0.95
testBug45427Method · 0.95
testBug45451Method · 0.95
testBug45511Method · 0.95
testBug46596Method · 0.95
testBug47413Method · 0.95
testBug48112Method · 0.95
testBug49555Method · 0.95
testBug51544Method · 0.95
doTestELMiscMethod · 0.95

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected