[FIX][TestRunner] Abstract test cases

Colin Putney cputney at wiresong.ca
Fri Feb 6 22:41:57 UTC 2004


"Change Set:		TestRunnerAbstractFilter-cwp
Date:			6 February 2004
Author:			Colin Putney

This fixes a problem that causes tests to get run mulitple times during 
the same run. SUnit builds test suites for abstract test cases by 
including the test methods of all subclasses. This means that those 
methods get run twice or more, which can cause test runs to take a long 
time. By filtering abstract test cases out of the list, we can  ensure 
that test methods only get run once."

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestRunnerAbstractFilter-cwp.1.cs
Type: application/text
Size: 581 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040206/4261687f/TestRunnerAbstractFilter-cwp.1.bin


More information about the Squeak-dev mailing list