Channel9Downloader.Test.Integration.AvailableCategoriesTest.NoDuplicateShowsAreRetrieved C# (CSharp) Méthode

NoDuplicateShowsAreRetrieved() private méthode

private NoDuplicateShowsAreRetrieved ( ) : void
Résultat void
        public void NoDuplicateShowsAreRetrieved()
        {
            var browser = CreateChannel9CategoryBrowser();

            var shows = browser.GetAllCategories<Show>();

            Assert.IsTrue(AllElementsHaveDistinctRelativePaths(shows));
        }