NUnitForms Class Library

NUnitFormTest.TearDown Method 

This method is called after each test. Put code here to clean up anything you need to between tests. NUnitForms cleans up most everything you need related to the framework (closes extra windows, etc..) but you might need custom behavior beyond this. Put it here.

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

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace