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

Improve ConcurrentTaskQueue #7

Open
2 tasks
DieterHolz opened this issue Nov 19, 2021 · 0 comments
Open
2 tasks

Improve ConcurrentTaskQueue #7

DieterHolz opened this issue Nov 19, 2021 · 0 comments
Assignees

Comments

@DieterHolz
Copy link
Owner

Currently both 'todo' and 'onDone' are executed in a separate thread.

For TestCases that's a problem.

The TestCase remains green even when an assert fails (when called inside 'onDone').

This is especially important for application specific Controller-Tests, using ControllerBase.runLater

Done

  • Controller Tests turn 'red' if an assert fails or an exception is thrown
  • Controller Tests turn 'green' if all asserts are OK
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

No branches or pull requests

2 participants