public void SetUp()
 {
     this.exceptionHandlerTestClass = ServiceLocator.Current.GetInstance<IExceptionHandlerTestClass>();
 }
 public void SetUp()
 {
     this.exceptionHandlerTestClass = ServiceLocator.Current.GetInstance <IExceptionHandlerTestClass>();
 }
 public void TestInitialize()
 {
     XmlConfigurator.ConfigureAndWatch(new FileInfo(Util.LogConfigFilePath));
     exceptionHandlerTestClass = IoC.GetService<IExceptionHandlerTestClass>();
 }