示例#1
0
        public void Destination_NonBlank_DoesValidate()
        {
            var command = new CopyCommand {
                Destination = "test2.txt"
            };

            command.Validate();
        }
        public void Destination_NonBlank_DoesValidate()
        {
            var command = new CopyCommand { Destination = "test2.txt" };

            command.Validate();
        }