Пример #1
0
        public void Wrap_Insert_Scripts_Into_Xml_File()
        {
            List <Product> products    = ProductManager.GetProducts();
            var            queries     = QueryManager.GetInsertMany(products);
            string         fileContext = WrapManager.WrapToXml(queries);

            Assert.AreNotEqual(0, fileContext.Length);
        }