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

Method bug58086c

test/org/apache/catalina/ant/TestDeployTask.java:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 @Test(expected = BuildException.class)
71 public void bug58086c() {
72 DeployTask deployTask = new DeployTask();
73 setDefaults(deployTask);
74 testExecute(deployTask, "sc:./test/deployment/context.war");
75 }
76
77 @Test(expected = BuildException.class)
78 public void bug58086d() {

Callers

nothing calls this directly

Calls 2

setDefaultsMethod · 0.95
testExecuteMethod · 0.95

Tested by

no test coverage detected