IMUnit - Improved Multithreaded Unit testing

2011-10-15 Thread Peter
http://mir.cs.illinois.edu/imunit/ No objections to me using this for concurrency unit testing in River? Cheers, Peter.

Re: IMUnit - Improved Multithreaded Unit testing

2011-10-15 Thread Dan Creswell
No objection until there's a reason for one - evidence wins over speculation. Use it and see On 15 October 2011 10:10, Peter wrote: > http://mir.cs.illinois.edu/imunit/ > > No objections to me using this for concurrency unit testing in River? > > Cheers, > > Peter.

Re: IMUnit - Improved Multithreaded Unit testing

2011-10-16 Thread Peter Firmstone
Well I've had a little play, simple to learn, powerful and good at simulating corner case thread situations. The only drawback is you have to be careful about event names in your schedule syntax, it's easy for a typo to ruin a test, although in this case it's obvious because the test doesn't r