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

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

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

            command.Validate();
        }