NUnitForms Class Library

NUnitFormTest.Verify Method 

This method is called by NUnit after each test runs. If you have custom behavior to run after each test, then override the TearDown method and do it there. That method is called at the beginning of this one. You should not need to do anything with it. Do not call it. If you do call it, call it as the last thing you do in your test.

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

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace