Qt 6.11 is out! See what's new in the release
blog
Creating Mock objects in Qt
QML and Qt Quick
2
Posts
2
Posters
8.7k
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?
-