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

Testing code that runs on other threads #22

Open
PaulBGD opened this issue Jul 12, 2015 · 2 comments
Open

Testing code that runs on other threads #22

PaulBGD opened this issue Jul 12, 2015 · 2 comments

Comments

@PaulBGD
Copy link

PaulBGD commented Jul 12, 2015

How do I run tests on code that runs on other threads?

@mscharhag
Copy link
Owner

Currently there is no specific support for testing multi threaded code.
Do you have any ideas, how oleaster should help you with this?

@markjohndoyle
Copy link

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.

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

3 participants