Re: [Development] Mock objects in Qt

2013-02-11 Thread Laszlo Papp
Not yet. On Fri, Jan 18, 2013 at 4:38 AM, Raja, Kushal < kushal.r...@imagingsciences.com> wrote: > Hi, > > ** ** > > I’m new to Qt and trying to use Test Driven Development for Qt project. Is > it possible to create mock objects for abstract classes? Let’s say I have > an interface class to

[Development] Mock objects in Qt

2013-02-11 Thread Raja, Kushal
Hi, I'm new to Qt and trying to use Test Driven Development for Qt project. Is it possible to create mock objects for abstract classes? Let's say I have an interface class to connect to database and implementations for various database. Is it possible to mock interface class causing function to