Gromacs
2026.0-dev-20250621-824555c
|
#include "gmxpre.h"
#include "gromacs/selection/selectionoption.h"
#include <filesystem>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/options/options.h"
#include "gromacs/options/optionsassigner.h"
#include "gromacs/selection/selection.h"
#include "gromacs/selection/selectioncollection.h"
#include "gromacs/selection/selectionfileoption.h"
#include "gromacs/selection/selectionoptionmanager.h"
#include "gromacs/utility/exceptions.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
#include "toputils.h"
Tests handling of selection options.
Typedefs | |
typedef SelectionOptionTestBase | gmx::test::anonymous_namespace{selectionoption.cpp}::SelectionOptionTest |
Test fixture for gmx::SelectionOption. | |