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

Method doTestEscapeForLogging

test/org/apache/juli/TestLogUtil.java:84–86  ·  view source on GitHub ↗
(String input)

Source from the content-addressed store, hash-verified

82
83
84 private void doTestEscapeForLogging(String input) {
85 doTestEscapeForLogging(input, input);
86 }
87
88
89 private void doTestEscapeForLogging(String input, String expected) {

Calls 1

escapeMethod · 0.95

Tested by

no test coverage detected