NUnitForms Class Library

MessageBoxTester Properties

The properties of the MessageBoxTester class are listed below. For a complete list of MessageBoxTester class members, see the MessageBoxTester Members topic.

Public Instance Properties

Count (inherited from ControlTester) Returns the number of controls associated with this tester.
Item (inherited from ControlTester) Allows you to find a ControlTester by index where the name is not unique.
Item (inherited from ControlTester) Allows you to find a ControlTester by index where the name is not unique.
Text Returns the text of the message box we are testing.
Title Returns the caption on the message box we are testing.

Protected Internal Instance Properties

Control (inherited from ControlTester) The underlying control for this tester.

See Also

MessageBoxTester Class | NUnit.Extensions.Forms Namespace