Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Unit testing multi-threaded code

I was wondering if there were any recommendations on how we write unit tests for multi-threading code. I am writing tests for https://bugs.eclipse.org/bugs/show_bug.cgi?id=425704 (making obserables thread-safe).

I have used https://code.google.com/p/multithreadedtc/ very effectively on other projects. It is published under the BSD license, which we probably can't commit, so would that mean users would have to install manually to run the tests?


Back to the top