C++ Utilities  4.6.1
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Classes | Functions
argumentparsertests.cpp File Reference
#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/extensions/HelperMacros.h>
#include <cppunit/TestFixture.h>
#include <cstring>
#include <cstdlib>
Include dependency graph for argumentparsertests.cpp:

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)
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( ArgumentParserTests  )