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

Method testExecute

test/org/apache/catalina/ant/TestDeployTask.java:122–125  ·  view source on GitHub ↗
(DeployTask deployTask, String war)

Source from the content-addressed store, hash-verified

120 }
121
122 private void testExecute(DeployTask deployTask, String war) {
123 deployTask.setWar(war);
124 deployTask.execute();
125 }
126}

Callers 5

bug58086aMethod · 0.95
bug58086bMethod · 0.95
bug58086cMethod · 0.95
bug58086dMethod · 0.95
bug58086eMethod · 0.95

Calls 2

setWarMethod · 0.80
executeMethod · 0.65

Tested by

no test coverage detected