Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ doTest
Method
doTest
test/org/apache/catalina/startup/TestBootstrap.java:175–179 ·
view source on GitHub ↗
(String input, String... expected)
Source
from the content-addressed store, hash-verified
173
}
174
175
private
void
doTest(String input, String... expected) {
176
String[] result = Bootstrap.getPaths(input);
177
178
Assert.assertArrayEquals(expected, result);
179
}
180
}
Callers
15
testEmptyNonQuoted
Method · 0.95
testOneNonQuoted
Method · 0.95
testTwoNonQuoted01
Method · 0.95
testTwoNonQuoted02
Method · 0.95
testTwoNonQuoted03
Method · 0.95
testTwoNonQuoted04
Method · 0.95
testThreeNonQuoted
Method · 0.95
testEmptyQuoted
Method · 0.95
testOneQuoted01
Method · 0.95
testOneQuoted02
Method · 0.95
testOneQuoted03
Method · 0.95
testOneQuoted04
Method · 0.95
Calls
2
getPaths
Method · 0.95
assertArrayEquals
Method · 0.80
Tested by
no test coverage detected