Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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) {
Callers
10
testEscapeForLoggingEmptyString
Method · 0.95
testEscapeForLoggingNone
Method · 0.95
testEscapeForLoggingControlStart
Method · 0.95
testEscapeForLoggingControlMiddle
Method · 0.95
testEscapeForLoggingControlEnd
Method · 0.95
testEscapeForLoggingControlOnly
Method · 0.95
testEscapeForLoggingControlsStart
Method · 0.95
testEscapeForLoggingControlsMiddle
Method · 0.95
testEscapeForLoggingControlsEnd
Method · 0.95
testEscapeForLoggingControlsOnly
Method · 0.95
Calls
1
escape
Method · 0.95
Tested by
no test coverage detected