// // UtilTestSuite.h // // Definition of the UtilTestSuite class. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #ifndef UtilTestSuite_INCLUDED #define UtilTestSuite_INCLUDED #include "CppUnit/TestSuite.h" class UtilTestSuite { public: static CppUnit::Test* suite(); }; #endif // UtilTestSuite_INCLUDED