Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/commandline/cmdlinehelpwriter.h"
#include <gtest/gtest.h>
#include "gromacs/commandline/cmdlinehelpcontext.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/options/basicoptions.h"
#include "gromacs/options/filenameoption.h"
#include "gromacs/options/options.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/stringstream.h"
#include "gromacs/utility/textwriter.h"
#include "testutils/stringtest.h"
Tests gmx::CommandLineHelpWriter.
These tests fail for any change in the output, and it should be reviewed whether the change was intentional. For development, the tests can be run with a '-stdout' command-line option to print out the help to stdout instead of using the XML reference framework.
Enumerations | |
enum | anonymous_namespace{cmdlinehelpwriter.cpp}::TestEnum { eFoo, eBar } |
Enum value for testing. | |