To be honest I have no idea what you are saying. If you are building your custom reporting macros then why do you want to use the built-in ones? Can't you do it like so?
Qt Code:
QVERIFY2(countRecords(obj) == 1), ...);To copy to clipboard, switch view to plain text mode
or if you want to keep your syntax:
Qt Code:
QVERIFY2(Macros::ConfirmRecords(1) == true, ...);To copy to clipboard, switch view to plain text mode
Bookmarks