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

Method bug58086b

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

Source from the content-addressed store, hash-verified

61 }
62
63 @Test(expected = BuildException.class)
64 public void bug58086b() {
65 DeployTask deployTask = new DeployTask();
66 setDefaults(deployTask);
67 testExecute(deployTask, "scheme:./test/deployment/context.war");
68 }
69
70 @Test(expected = BuildException.class)
71 public void bug58086c() {

Callers

nothing calls this directly

Calls 2

setDefaultsMethod · 0.95
testExecuteMethod · 0.95

Tested by

no test coverage detected