mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
more style fixes
This commit is contained in:
40
XML/testsuite/src/XMLStreamParserTest.h
Normal file
40
XML/testsuite/src/XMLStreamParserTest.h
Normal file
@@ -0,0 +1,40 @@
|
||||
//
|
||||
// XMLStreamParserTest.h
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// Definition of the XMLStreamParserTest class.
|
||||
//
|
||||
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
//
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
|
||||
|
||||
#ifndef XMLStreamParserTest_INCLUDED
|
||||
#define XMLStreamParserTest_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/XML/XML.h"
|
||||
#include "CppUnit/TestCase.h"
|
||||
|
||||
|
||||
class XMLStreamParserTest: public CppUnit::TestCase
|
||||
{
|
||||
public:
|
||||
XMLStreamParserTest(const std::string& name);
|
||||
~XMLStreamParserTest();
|
||||
|
||||
void testParser();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
||||
#endif // XMLStreamParserTest_INCLUDED
|
||||
Reference in New Issue
Block a user