예제 #1
0
        public void NotExists()
        {
            string path = Assembly.GetExecutingAssembly().Location;

            FileAssert.NotExists(path + "MbUnitTest");
        }