ClickHouse/contrib/libpoco/Foundation/testsuite/src/HashingTestSuite.h

30 lines
490 B
C++
Raw Normal View History

//
// HashingTestSuite.h
//
// $Id: //poco/1.4/Foundation/testsuite/src/HashingTestSuite.h#1 $
//
// Definition of the HashingTestSuite class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef HashingTestSuite_INCLUDED
#define HashingTestSuite_INCLUDED
#include "CppUnit/TestSuite.h"
class HashingTestSuite
{
public:
static CppUnit::Test* suite();
};
#endif // HashingTestSuite_INCLUDED