Exemplo n.º 1
0
        public void Execute_PathToDirectory_Valid(string value, string expected)
        {
            var function = new PathToDirectory(string.Empty);
            var result   = function.Evaluate(value);

            Assert.That(result, Is.EqualTo(expected));
        }