NUnitForms Class Library

FormTester Class

A ControlTester for testing forms. This class implements a Close() helper method to close a form that you find.

For a list of all members of this type, see FormTester Members.

System.Object
   ControlTester
      FormTester

[Visual Basic]
Public Class FormTester
Inherits ControlTester
[C#]
public class FormTester : ControlTester

Remarks

This class does not have all of the constructors because they don't make sense in this context.

Requirements

Namespace: NUnit.Extensions.Forms

Assembly: NUnitForms (in NUnitForms.dll)

See Also

FormTester Members | NUnit.Extensions.Forms Namespace