MCPcopy 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

testEmptyNonQuotedMethod · 0.95
testOneNonQuotedMethod · 0.95
testTwoNonQuoted01Method · 0.95
testTwoNonQuoted02Method · 0.95
testTwoNonQuoted03Method · 0.95
testTwoNonQuoted04Method · 0.95
testThreeNonQuotedMethod · 0.95
testEmptyQuotedMethod · 0.95
testOneQuoted01Method · 0.95
testOneQuoted02Method · 0.95
testOneQuoted03Method · 0.95
testOneQuoted04Method · 0.95

Calls 2

getPathsMethod · 0.95
assertArrayEqualsMethod · 0.80

Tested by

no test coverage detected