Esempio n. 1
0
        public void TestGetTempPath()
        {
            var path = Path.GetTempPath();

            Assert.IsNotNull(path);
            Assert.IsTrue(path.Length > 0);
        }