Ejemplo n.º 1
0
        public virtual void TestFactoryFeedTypeDetection(string rsslocation)
        {
            var feeduri  = new Uri(rsslocation);
            var testType = Factory.CheckFeedType(feeduri);

            Assert.That(testType == this.FeedType, string.Format("Parsed type was not of expected type for feed {0}.", feeduri.OriginalString));
        }