Creating Mock objects in Qt
QML and Qt Quick
2
Posts
2
Posters
8.6k
Views
1
Watching
-
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 return mock for a search?
-