NUnitForms Class Library

NUnitFormTest.init Method 

This is the base classes setup method. It will be called by NUnit before each test. You should not have anything to do with it.

[Visual Basic]
Public Sub init()
[C#]
public void init();

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace