1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-15 17:27:12 +01:00
SqMod/vendor/POCO/XML/testsuite/src/SAXTestSuite.h

28 lines
401 B
C
Raw Normal View History

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