Warning, file /office/kmymoney/kmymoney/mymoney/tests/mymoneytestutils.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2014-2016 Christian Dávid <christian-david@web.de>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 #ifndef MYMONEYTESTUTILS_H
0007 #define MYMONEYTESTUTILS_H
0008 
0009 class MyMoneyException;
0010 
0011 #define unexpectedException(e) QFAIL(qPrintable(unexpectedExceptionString(e)));
0012 
0013 QString unexpectedExceptionString(const MyMoneyException &e);
0014 
0015 #endif // MYMONEYTESTUTILS_H