assertj / assertj/assertj-swing

waitForIdle issue

Open
#164 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
121
Forks
52
PR merge metrics
No merged PRs in 30d

Description

Given the method waitForIdle from the BasicRobot. It iterates through all queues and waits until the queue is cleared before moving to the next. But given a scenario with queues A and B. B is working.
Robot checks A. Robot checks B. Waits. B enqueues element in A. Robot checks B --> All queues cleared, though A is still working.

I have a possible solution in mind, let me know what you think.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.