コード例 #1
0
        public void ShouldReturn_Correct_WorkingDirectoryPath()
        {
            var service = new DefaultWorkingDirectory();
            var path    = service.GetWorkingDirectoryPath();

            Assert.IsNotNull(path);
            Assert.IsTrue(path.Contains(AppDomain.CurrentDomain.BaseDirectory));
        }