Esempio n. 1
0
        public void TestGetExecutablePath()
        {
#if DEBUG
            var exe = core.GetExecutablePath();
            Assert.AreEqual(false, string.IsNullOrEmpty(exe));
#endif
        }