Exemplo n.º 1
0
 public TestRunner(IRule rule)
 {
     CurrentRule = rule;
     CurrentRule.Initialize (this);
     Rules.Clear ();
     Rules.Add (rule);
     IgnoreList = new BasicIgnoreList (this);
     Initialize ();
 }
Exemplo n.º 2
0
		public GuiRunner (Wizard form)
		{
			wizard = form;
			IgnoreList = new BasicIgnoreList (this);
		}
		public TestableRunner () : base ()
		{
			IgnoreList = new BasicIgnoreList (this);
		}