ClickHouse/contrib/libpoco/Net/testsuite/src/OAuthTestSuite.h

30 lines
419 B
C++
Raw Normal View History

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