![]() | Overloaded. Initializes a new instance of the LabelTester class. |
![]() | Returns the number of controls associated with this tester. |
![]() | Overloaded. Allows you to find a LabelTester by index where the name is not unique. |
![]() | Provides access to all of the Properties of the Label. |
![]() | Convenience method retrieves the Text property of the tested control. |
![]() | Convenience method "Clicks" on the control being tested if it is visible |
![]() | Should call this method after editing something in order to trigger any databinding done with the Databindings collection. (ie text box to a data set) |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Overloaded. Simulates firing of an event by the control being tested. |
![]() | Returns uniquely qualified ControlTesters for each of the controls associated with this tester as an IEnumerator. This allows use of a foreach loop. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Convenience method invoker for any nonsupported method on a control to test |
![]() | Returns a MouseController that can be used with the control under test. It would be better to use the MouseController on the base test class so that you don't have to worry about disposing it after your test. I think this may be marked obsolete soon. |
![]() | Returns a String that represents the current Object. |
![]() | The name of the underlying control. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | The underlying control for this tester. |
LabelTester Class | NUnit.Extensions.Forms Namespace