ZeroInstall.Publish.EntryPoints.DetectionTest.TestEmpty C# (CSharp) Méthode

TestEmpty() private méthode

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