1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-14 11:47:15 +01:00
SqMod/vendor/POCO/Foundation/testsuite/src/LoggingTestSuite.h

28 lines
425 B
C
Raw Normal View History

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