Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/selection/selectionoption.h"
#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 | anonymous_namespace{selectionoption.cpp}::SelectionOptionTest |
Test fixture for gmx::SelectionOption. | |