Gromacs
2022-beta1
|
#include "gmxpre.h"
#include <gtest/gtest.h>
#include "gromacs/coordinateio/requirements.h"
#include "gromacs/options/options.h"
#include "gromacs/utility/any.h"
#include "gromacs/utility/stringutil.h"
#include "gromacs/coordinateio/tests/coordinate_test.h"
Helpers and data for flag setting method.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
class | gmx::test::FlagTest |
Test fixture to test user inputs. More... | |
Enumerations | |
enum | gmx::test::TestEnums { efTestString, efTestInt, efTestFloat } |
Test enums to decide on how to use options framework. | |
Functions | |
static void | gmx::test::splitAndAddValues (OptionsAssigner *assigner, const std::string &optionValues, TestEnums type) |
Helper function to split string with multiple values into option settings. More... | |