C++ Utilities  4.9.2
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/commandlineutils.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>
Include dependency graph for argumentparsertests.cpp:

Go to the source code of this file.

Classes

class  StandardOutputCheck
 The StandardOutputCheck class asserts whether the standard output written in the enclosing code block matches the expected output. More...
 
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  )