The properties of the FormTester class are listed below. For a complete list of FormTester class members, see the FormTester Members topic.
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. |
Properties | Provides access to all of the Properties of the Form. |
Text (inherited from ControlTester) | Convenience method retrieves the Text property of the tested control. |
Control (inherited from ControlTester) | The underlying control for this tester. |
FormTester Class | NUnit.Extensions.Forms Namespace