예제 #1
0
		public void Regression()
		{
			ProgressDialogHandlerTests x=new ProgressDialogHandlerTests();
			x.Setup();
			x.EndsInFinishedState();
			x.TearDown();
			Thread.Sleep(3000);
			TypicalUsage();
		}
예제 #2
0
        public void Regression()
        {
            ProgressDialogHandlerTests x = new ProgressDialogHandlerTests();

            x.Setup();
            x.EndsInFinishedState();
            x.TearDown();
            Thread.Sleep(3000);
            TypicalUsage();
        }