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

Method bug58086d

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

Source from the content-addressed store, hash-verified

75 }
76
77 @Test(expected = BuildException.class)
78 public void bug58086d() {
79 DeployTask deployTask = new DeployTask();
80 setDefaults(deployTask);
81 testExecute(deployTask, "file:./test/deployment/dir with spaces/context.war");
82 }
83
84
85 @Test

Callers

nothing calls this directly

Calls 2

setDefaultsMethod · 0.95
testExecuteMethod · 0.95

Tested by

no test coverage detected