Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
cmdlinehelpmodule.cpp File Reference
#include "gmxpre.h"
#include <cstdio>
#include <gmock/gmock.h>
#include "gromacs/commandline/cmdlinemodulemanager.h"
#include "gromacs/options/basicoptions.h"
#include "gromacs/options/options.h"
#include "gromacs/utility/textwriter.h"
#include "gromacs/onlinehelp/tests/mock_helptopic.h"
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
#include "cmdlinemodulemanagertest.h"
+ Include dependency graph for cmdlinehelpmodule.cpp:

Description

Tests gmx::CommandLineHelpModule through gmx::CommandLineModuleManager.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Typedefs

typedef
gmx::test::CommandLineModuleManagerTestBase 
anonymous_namespace{cmdlinehelpmodule.cpp}::CommandLineHelpModuleTest
 Test fixture for the tests.
 

Functions

void anonymous_namespace{cmdlinehelpmodule.cpp}::initOptionsBasic (gmx::IOptionsContainer *options, gmx::ICommandLineOptionsModuleSettings *settings)
 Initializes Options for help export tests.