Properties test class. More...
#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/TextOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include <fstream>
#include <coil/Properties.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Properties::PropertiesTests |
Namespaces | |
namespace | Properties |
Defines | |
#define | Properties_cpp |
Typedefs | |
typedef std::map< std::string, std::string >::iterator | Itr |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (Properties::PropertiesTests) |
Properties test class.
Definition in file PropertiesTests.cpp.
#define Properties_cpp |
Definition at line 34 of file PropertiesTests.cpp.
typedef std::map<std::string, std::string>::iterator Itr |
Definition at line 51 of file PropertiesTests.cpp.