mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
add postgresql
This commit is contained in:
27
Data/PostgreSQL/testsuite/src/PostgreSQLTestSuite.h
Normal file
27
Data/PostgreSQL/testsuite/src/PostgreSQLTestSuite.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// PostgreSQLTestSuite.h
|
||||
//
|
||||
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
//
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
|
||||
|
||||
#ifndef PostgreSQLTestSuite_INCLUDED
|
||||
#define PostgreSQLTestSuite_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/CppUnit/TestSuite.h"
|
||||
|
||||
class PostgreSQLTestSuite
|
||||
{
|
||||
public:
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
private:
|
||||
static void addTest(CppUnit::TestSuite* pSuite, CppUnit::Test* pT);
|
||||
};
|
||||
|
||||
|
||||
#endif // PostgreSQLTestSuite_INCLUDED
|
||||
Reference in New Issue
Block a user