NUnitForms Class Library

MessageBoxTester Class

A ControlTester for MessageBoxes. Allows you to handle and test MessageBoxes by pressing any of the buttons that ordinarily appear on them.

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

System.Object
   ControlTester
      MessageBoxTester

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

Remarks

It does not extend ControlTester because MessageBoxes are not controls.

Requirements

Namespace: NUnit.Extensions.Forms

Assembly: NUnitForms (in NUnitForms.dll)

See Also

MessageBoxTester Members | NUnit.Extensions.Forms Namespace