Exemplo n.º 1
0
        public void GetStorageAccountByConnectionStringTest()
        {
            AssertThrows <Exception>(() => command.GetStorageAccountByConnectionString(String.Empty));
            AssertThrows <Exception>(() => command.GetStorageAccountByConnectionString("connection string"));

            Assert.IsNotNull(command.GetStorageAccountByConnectionString("UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://myProxyUri"));
        }