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 drop method to JTextComponentFixture #59

Closed
croesch opened this issue Feb 8, 2014 · 1 comment
Closed

Add drop method to JTextComponentFixture #59

croesch opened this issue Feb 8, 2014 · 1 comment

Comments

@croesch
Copy link
Collaborator

croesch commented Feb 8, 2014

Issue by Mike Woinoski from Sat, 26 Dec 2009 17:06:30 -0600
Originally opened as http://jira.codehaus.org/browse/FEST-282


JTextComponentFixture does not have a drop method. Possible implementation:
public JTextComponentFixture drop()

{
driver.drop(target);
return this;
}


votes (original issue): 0
watches (original issue): 0

@croesch
Copy link
Collaborator Author

croesch commented Jul 12, 2017

Contained in 3.8.0

@croesch croesch closed this as completed Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant