コード例 #1
0
ファイル: FileAssert_Test.cs プロジェクト: tmauldin/mb-unit
        public void NotExists()
        {
            string path = Assembly.GetExecutingAssembly().Location;

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