Пример #1
0
        public void ExecuteCommandRemoveAzureQueue()
        {
            string name = "test";

            command.Name = name;
            AssertThrows <ResourceNotFoundException>(() => command.ExecuteCmdlet(),
                                                     String.Format(Resources.QueueNotFound, name));
        }