NUnitForms Class Library

NUnitFormTest.ActivateForm Method 

This will be marked obsolete soon. This method is called before each test in order to set the CurrentForm property (also obsolete) You can override this method as an alternative to setting the FormType property if you want to test the old way.

[Visual Basic]
Overridable Public Function ActivateForm() As Form
[C#]
public virtual Form ActivateForm();

Return Value

Missing <returns> documentation for M:NUnit.Extensions.Forms.NUnitFormTest.ActivateForm

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace