poco/JSON/testsuite/src/JSONTestSuite.h
FrancisANDRE ce797f7700 Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00

30 lines
423 B
C++

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