ZeroInstall.Publish.EntryPoints.DetectionTest.TestEmpty C# (CSharp) Method

TestEmpty() private method

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