Ejemplo n.º 1
0
        public void CreateWidgetHTMLContent(int htmlTypeId)
        {
            var htmlContent        = MockContent.CreateHTMLContent(db);
            var expectedHtmlTypeId = htmlTypeId;

            Assert.Equal(htmlContent.TypeID, expectedHtmlTypeId);

            MockContent.DeleteHTMLContent(db, htmlContent);
        }