| 1 | // | 
|---|
| 2 | // SharedLibraryTestSuite.h | 
|---|
| 3 | // | 
|---|
| 4 | // Definition of the SharedLibraryTestSuite class. | 
|---|
| 5 | // | 
|---|
| 6 | // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. | 
|---|
| 7 | // and Contributors. | 
|---|
| 8 | // | 
|---|
| 9 | // SPDX-License-Identifier:	BSL-1.0 | 
|---|
| 10 | // | 
|---|
| 11 |  | 
|---|
| 12 |  | 
|---|
| 13 | #ifndef SharedLibraryTestSuite_INCLUDED | 
|---|
| 14 | #define SharedLibraryTestSuite_INCLUDED | 
|---|
| 15 |  | 
|---|
| 16 |  | 
|---|
| 17 | #include "Poco/CppUnit/TestSuite.h" | 
|---|
| 18 |  | 
|---|
| 19 |  | 
|---|
| 20 | class SharedLibraryTestSuite | 
|---|
| 21 | { | 
|---|
| 22 | public: | 
|---|
| 23 | static CppUnit::Test* suite(); | 
|---|
| 24 | }; | 
|---|
| 25 |  | 
|---|
| 26 |  | 
|---|
| 27 | #endif // SharedLibraryTestSuite_INCLUDED | 
|---|
| 28 |  | 
|---|