Пример #1
0
        public void TestSetup()
        {
            FilePath exePath = new FilePath(Assembly.GetExecutingAssembly().Location);

            this.exeFolder = exePath.GetDirectory();
            actualBind     = null;
            foundException = null;
        }
Пример #2
0
 public void TestTeardown()
 {
     actualBind     = null;
     foundException = null;
 }