On Thu, Dec 16, 2010 at 2:38 AM, Sahananda (Jon) Wolfers <[email protected]> wrote: > I want to supply a testgroup for csvStream class and it makes sense to base > it on the one already available for stream. > > Obviously these testgroups touch the file operating system and the stream > testgroup makes use of several filenames within the current directory > > Is it possible that within the test framework the stream.TestGroup could run > concurrently with a csvStream.TestGroup (and thus jigger up each others test > files)?
No, the framework doesn't run any of the tests in parallel, so you should be ok there. Rick > > The csvStream should pass all of it's superclass's assertions - is it > overkill to leave them all in the new testgroup. If it *should* pass all of those assertions, then it is not overkill to test that this is true! Rick > > thanks, > > Jon > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
