Exemple #1
0
        public void TestConstructors()
        {
            var di = RandomFixtureFactory.CreateDownloadItem();

            Assert.IsTrue(di.DownloadingFilename.Length > 0);
        }
        public void TestConstructors()
        {
            var ci = RandomFixtureFactory.CreateContentItem();

            Assert.IsTrue(ci.DownloadLinks.Count > 0);
        }