diff --git a/NetSSL_OpenSSL/testsuite/src/WebSocketTest.h b/NetSSL_OpenSSL/testsuite/src/WebSocketTest.h new file mode 100644 index 000000000..abdbf476e --- /dev/null +++ b/NetSSL_OpenSSL/testsuite/src/WebSocketTest.h @@ -0,0 +1,39 @@ +// +// WebSocketTest.h +// +// Definition of the WebSocketTest class. +// +// Copyright (c) 2012, Applied Informatics Software Engineering GmbH. +// and Contributors. +// +// SPDX-License-Identifier: BSL-1.0 +// + + +#ifndef WebSocketTest_INCLUDED +#define WebSocketTest_INCLUDED + + +#include "Poco/Net/Net.h" +#include "Poco/CppUnit/TestCase.h" + + +class WebSocketTest: public CppUnit::TestCase +{ +public: + WebSocketTest(const std::string& name); + ~WebSocketTest(); + + void testWebSocket(); + void testWebSocketLarge(); + + void setUp(); + void tearDown(); + + static CppUnit::Test* suite(); + +private: +}; + + +#endif // WebSocketTest_INCLUDED diff --git a/NetSSL_Win/testsuite/src/WebSocketTest.h b/NetSSL_Win/testsuite/src/WebSocketTest.h new file mode 100644 index 000000000..abdbf476e --- /dev/null +++ b/NetSSL_Win/testsuite/src/WebSocketTest.h @@ -0,0 +1,39 @@ +// +// WebSocketTest.h +// +// Definition of the WebSocketTest class. +// +// Copyright (c) 2012, Applied Informatics Software Engineering GmbH. +// and Contributors. +// +// SPDX-License-Identifier: BSL-1.0 +// + + +#ifndef WebSocketTest_INCLUDED +#define WebSocketTest_INCLUDED + + +#include "Poco/Net/Net.h" +#include "Poco/CppUnit/TestCase.h" + + +class WebSocketTest: public CppUnit::TestCase +{ +public: + WebSocketTest(const std::string& name); + ~WebSocketTest(); + + void testWebSocket(); + void testWebSocketLarge(); + + void setUp(); + void tearDown(); + + static CppUnit::Test* suite(); + +private: +}; + + +#endif // WebSocketTest_INCLUDED