MouseController Constructor | Creates and initialises a new instance of the class for the specified ControlTester. |
Position | Gets or sets the mouse position. |
PositionUnit | Gets or sets the unit of measure used for mouse coordinates. |
Click | Overloaded. Simulate clicking on the control under test. |
Dispose | Releases the resources used by the MouseController. |
DoubleClick | Overloaded. Simulate double clicking on the control under test. |
Drag | Overloaded. Simulate dragging the mouse. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Hover | Overloaded. Simulate hovering over the control under test. |
Press | Overloaded. Simulates pressing the MouseButtons or modifier Keys. |
Release | Overloaded. Simulates releasing the MouseButtons or modifier Keys. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
UseOn | Overloaded. Specify which control or form we should use for the relative position. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
MouseController Class | NUnit.Extensions.Forms Namespace