1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-15 09:17:13 +01:00
SqMod/vendor/POCO/Net/testsuite/src/ReactorTestSuite.h

28 lines
425 B
C
Raw Normal View History

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