public void TearDown()
 {
     if (host != null)
     {
         host.Dispose();
     }
 }
Example #2
0
 public void TearDown()
 {
     if (host != null)
     {
         host.Dispose();
     }
     ValidationFactory.Reset();
 }