assertj / assertj/assertj-swing
Drop on JTree between nodes
- Dominant language
- Java
- Stars
- 121
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
_Issue by **[Aakash Murari](http://jira.codehaus.org/secure/ViewProfile.jspa?name=aakash)** from Tue, 12 May 2009 05:35:45 -0500_
_Originally opened as http://jira.codehaus.org/browse/FEST-131_
---
Hi
A drop should be supported on a JTree which is between two nodes, which is used for re-ordering nodes.
A possible call would be aboveNode(Node) which'll cause the drop to happen between the current node and the node above it. A similar call could be belowNode(Node).
I have tried to extend the current fixture and driver, but was unable to do so because some fields were private. Currently, I have to implement this in my test case itself.
Thanks,
Aakash
---
votes (original issue): 0
watches (original issue): 0
Contributor guide
Assessment
This issue has not been assessed yet.