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