C++ Utilities
4.8.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
|
#include "./testutils.h"
#include "../conversion/stringbuilder.h"
#include "../application/argumentparser.h"
#include "../application/argumentparserprivate.h"
#include "../application/failure.h"
#include "../application/fakeqtconfigarguments.h"
#include "../io/path.h"
#include "resources/config.h"
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Classes | |
class | ArgumentParserTests |
The ArgumentParserTests class tests the ArgumentParser and Argument classes. More... | |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (ArgumentParserTests) | |
CPPUNIT_TEST_SUITE_REGISTRATION | ( | ArgumentParserTests | ) |