|
Gromacs
2026.0-dev-20251106-2ba968f
|
#include "gmxpre.h"#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/coordinateio/requirements.h"#include "gromacs/coordinateio/tests/coordinate_test.h"#include "gromacs/options/options.h"#include "gromacs/options/optionsassigner.h"#include "gromacs/utility/any.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/real.h"#include "gromacs/utility/stringutil.h"#include "testutils/cmdlinetest.h"
Include dependency graph for requirements.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... | |
1.8.5