|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectobjectdraw.VTControllerTester
public class VTControllerTester
| Constructor Summary | |
|---|---|
VTControllerTester(TestableWindowController controller)
Create a UI testing robot, given a TestableWindowController. |
|
| Method Summary | |
|---|---|
void |
actionClick(Location loc)
Simulates a click on loc. |
void |
actionMouseMove(Location loc)
Simulates the mouse moving towards loc. |
void |
actionMousePress(Location loc)
Simulates a mouse press on the app. |
void |
actionMouseRelease()
Simulates the mouse being released. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VTControllerTester(TestableWindowController controller)
controller - the component to be tested.| Method Detail |
|---|
public void actionClick(Location loc)
loc - the Location in the canvas where the mouse is clicked.public void actionMouseMove(Location loc)
loc - the location the move is moving to.public void actionMousePress(Location loc)
loc - the location where the mouse is pressed.public void actionMouseRelease()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||