public void TestTeardown()
 {
     actualBind     = null;
     foundException = null;
 }
 public void TestSetup()
 {
     this.exePath   = new FilePath(Assembly.GetExecutingAssembly().Location);
     actualBind     = null;
     foundException = null;
 }