NUnitForms Class Library

NUnitFormTest.BaseSetup Method 

Obsolete soon. In your test class, you used to have the choice to override this method, or implement the FormType property. Now neither is necessary. It is still here for compatibility with tests written to use the CurrentForm property.

[Visual Basic]
Overridable Public Sub BaseSetup()
[C#]
public virtual void BaseSetup();

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace