Beispiel #1
0
        public void Validate_WithPath_ReturnsWithoutThrowingException()
        {
            var command = new AddCommand();

            command.Paths.Add("test.txt");

            command.Validate();
        }
        public void Validate_WithPath_ReturnsWithoutThrowingException()
        {
            var command = new AddCommand();
            command.Paths.Add("test.txt");

            command.Validate();
        }