We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I run tests on code that runs on other threads?
The text was updated successfully, but these errors were encountered:
Currently there is no specific support for testing multi threaded code. Do you have any ideas, how oleaster should help you with this?
Sorry, something went wrong.
I don't see how this is Oleaster specific or how it can help.
Here is an example of an Oleaster integration test that starts a test server in a separate thread.
You can use other useful frameworks such as awaitility to help. Oleaster doesn't exclude these options.
No branches or pull requests
How do I run tests on code that runs on other threads?
The text was updated successfully, but these errors were encountered: