Пример #1
0
        public void DeleteTableTest()
        {
            // TODO: add unit test for the method 'DeleteTable'
            string         tableName = null; // TODO: replace null with proper value
            string         appId     = null; // TODO: replace null with proper value
            CloudTableSave body      = null; // TODO: replace null with proper value

            var response = instance.DeleteTable(tableName, appId, body);

            Assert.IsInstanceOf <CloudTable> (response, "response is CloudTable");
        }
Пример #2
0
 public void Init()
 {
     instance = new CloudTableSave();
 }
Пример #3
0
 public void Init()
 {
     instance = new CloudTableSave();
 }