Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic documentation to Robot classes #325

Merged
merged 7 commits into from Dec 3, 2016

Conversation

JordanMartinez
Copy link
Contributor

No description provided.

public void dropTo(PointQuery pointQuery);

/**
* Moves the mouse horizontally by {@code x} and vertically by {@code y} before releasing the mouse.
* @param x the amount by which to move the mouse horizontally
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.
Yeah, I was wondering if there was any check style rules for that...

@brcolow
Copy link
Collaborator

brcolow commented Dec 3, 2016

Is this still a WIP? If so, let me know when you are done.

@JordanMartinez
Copy link
Contributor Author

Sorta.... BaseRobot still needs javadoc, but most of its methods are called by the other Robot interfaces, thus making it redundant. However, there are 3 methods that can be implemented: retrieveMouse(), captureRegion(), and awaitEvents(). So, I'm working on those right now.

- Other methods are documented in specific robots (e.g. MoveRobot), thus making them redundant to rewrite.
@JordanMartinez
Copy link
Contributor Author

K. That should do it.

@brcolow brcolow merged commit 3c8bf6c into TestFX:master Dec 3, 2016
@brcolow
Copy link
Collaborator

brcolow commented Dec 3, 2016

Merged. Thanks a lot.

@JordanMartinez JordanMartinez deleted the documentation branch December 3, 2016 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants