BB.BL.Tests.AlbumArtProviderTest.TestAlbumSearchWithGibberishSoHopefullyNoResult C# (CSharp) Method

TestAlbumSearchWithGibberishSoHopefullyNoResult() private method

private TestAlbumSearchWithGibberishSoHopefullyNoResult ( ) : void
return void
        public void TestAlbumSearchWithGibberishSoHopefullyNoResult()
        {
            IAlbumArtProvider albumArtProvider = new BingAlbumArtProvider();
            string albumCoverUrl = albumArtProvider.Find("klsdjflkdsjflksdjflksdjflkjslkdjflksdjflksdjfkljsdlfkjdslkfjdsklfjsdlkfjklsdjflkdsjflksdjflksdjflksdjlkfjfsd");
            Assert.IsNull(albumCoverUrl);
        }
    }