Re: OCTest running the same test against multiple classes

2010-08-14 Thread F van der Meeren
Mm, using a template method... good idea :-) thanks :-) Mvg, Filip van der Meeren Sent from my iPad On 14 Aug 2010, at 17:21, Michael Ash wrote: > On Sat, Aug 14, 2010 at 6:28 AM, F van der Meeren > wrote: >> Hello, >> >> The title already asks what I need to know: >> >> How do I setup the

Re: OCTest running the same test against multiple classes

2010-08-14 Thread Michael Ash
On Sat, Aug 14, 2010 at 6:28 AM, F van der Meeren wrote: > Hello, > > The title already asks what I need to know: > > How do I setup the SenTesting framework to run a series of unittests against > a series of classes? > For example: > > Run testA, testB and testC to all subclasses of a classclust