示例#1
0
 public void TestIsDockerInstalled_fail()
 {
     Assert.IsFalse(DockerClient.IsDockerInstalled(Paths.Get("path/to/nonexistent/file")));
 }