mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 16:02:29 +02:00
add WebSocketTestSuite
This commit is contained in:
27
NetSSL_OpenSSL/testsuite/src/WebSocketTestSuite.h
Normal file
27
NetSSL_OpenSSL/testsuite/src/WebSocketTestSuite.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// WebSocketTestSuite.h
|
||||
//
|
||||
// Definition of the WebSocketTestSuite class.
|
||||
//
|
||||
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
//
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
|
||||
|
||||
#ifndef WebSocketTestSuite_INCLUDED
|
||||
#define WebSocketTestSuite_INCLUDED
|
||||
|
||||
|
||||
#include "CppUnit/TestSuite.h"
|
||||
|
||||
|
||||
class WebSocketTestSuite
|
||||
{
|
||||
public:
|
||||
static CppUnit::Test* suite();
|
||||
};
|
||||
|
||||
|
||||
#endif // WebSocketTestSuite_INCLUDED
|
Reference in New Issue
Block a user