Exemplo n.º 1
0
        public void ShouldInitServiceChannelTest()
        {
            CloudStorageAccount account = CloudStorageAccount.DevelopmentStorageAccount;

            command.Context = new AzureStorageContext(account);
            string toss;

            Assert.IsFalse(command.TryGetStorageAccount(command.SMProfile, out toss));
        }