|
Gromacs
2026.0
|
#include "gmxpre.h"#include <cstdio>#include <filesystem>#include <string>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/commandline/cmdlinemodulemanager.h"#include "gromacs/commandline/cmdlineoptionsmodule.h"#include "gromacs/onlinehelp/tests/mock_helptopic.h"#include "gromacs/options/basicoptions.h"#include "gromacs/options/ioptionscontainer.h"#include "gromacs/options/options.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/textwriter.h"#include "testutils/cmdlinetest.h"#include "testutils/testasserts.h"#include "cmdlinemodulemanagertest.h"
Include dependency graph for cmdlinehelpmodule.cpp:Tests gmx::CommandLineHelpModule through gmx::CommandLineModuleManager.
Typedefs | |
|
typedef gmx::test::CommandLineModuleManagerTestBase | gmx::test::anonymous_namespace{cmdlinehelpmodule.cpp}::CommandLineHelpModuleTest |
| Test fixture for the tests. | |
Functions | |
| void | gmx::test::anonymous_namespace{cmdlinehelpmodule.cpp}::initOptionsBasic (gmx::IOptionsContainer *options, gmx::ICommandLineOptionsModuleSettings *settings) |
| Initializes Options for help export tests. | |
1.8.5