1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-24 05:37:14 +01:00
SqMod/vendor/POCO/Util/testsuite/src/HelpFormatterTest.h

39 lines
625 B
C
Raw Normal View History

//
// HelpFormatterTest.h
//
// Definition of the HelpFormatterTest class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef HelpFormatterTest_INCLUDED
#define HelpFormatterTest_INCLUDED
#include "Poco/Util/Util.h"
#include "CppUnit/TestCase.h"
class HelpFormatterTest: public CppUnit::TestCase
{
public:
HelpFormatterTest(const std::string& name);
~HelpFormatterTest();
void testHelpFormatter();
void setUp();
void tearDown();
static CppUnit::Test* suite();
private:
};
#endif // HelpFormatterTest_INCLUDED