NUnitForms Class Library

NUnitFormTest.Setup Method 

Override this Setup method if you have custom behavior to execute before each test in your fixture.

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

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace