Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
bug58086a
Method · 0.95
bug58086b
Method · 0.95
bug58086c
Method · 0.95
bug58086d
Method · 0.95
bug58086e
Method · 0.95
Calls
2
setWar
Method · 0.80
execute
Method · 0.65
Tested by
no test coverage detected