public void Regression() { ProgressDialogHandlerTests x=new ProgressDialogHandlerTests(); x.Setup(); x.EndsInFinishedState(); x.TearDown(); Thread.Sleep(3000); TypicalUsage(); }
public void Regression() { ProgressDialogHandlerTests x = new ProgressDialogHandlerTests(); x.Setup(); x.EndsInFinishedState(); x.TearDown(); Thread.Sleep(3000); TypicalUsage(); }