Ejemplo n.º 1
0
        public void ResolvePath_PathPassed_ReturnsPathUnchanged()
        {
            CreateTestProject();
            CreateProjectSystem(project);

            string expectedPath = @"d:\temp";

            string path = projectSystem.ResolvePath(expectedPath);

            Assert.AreEqual(expectedPath, path);
        }