ZeroInstall.Publish.EntryPoints.DetectionTest.TestEmpty C# (CSharp) 메소드

TestEmpty() 개인적인 메소드

private TestEmpty ( ) : void
리턴 void
        public void TestEmpty()
        {
            FileUtils.Touch(Path.Combine(Directory.FullName, "empty"));
            Detection.ListCandidates(Directory).Should().BeEmpty();
        }
    }