Re: A testcase for a Queue like class.

2005-04-15 Thread Paul Rubin
Antoon Pardon <[EMAIL PROTECTED]> writes: > The tube will have an open method, with as argument an > access parameter that will determine if the thread wants > to put things (write) on the queue or will get (read) things > from the queue (or both). Now what I want is that a thread that > opens the

A testcase for a Queue like class.

2005-04-15 Thread Antoon Pardon
I'm writing some sort of replacement for the Queue module. I'm calling the class I'm writing a tube. However I'm stuck in how I should write some testcases. The tube will have an open method, with as argument an access parameter that will determine if the thread wants to put things (write) on the