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