Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
#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"
+ Include dependency graph for selectionoption.cpp:

Description

Tests handling of selection options.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Typedefs

typedef SelectionOptionTestBase anonymous_namespace{selectionoption.cpp}::SelectionOptionTest
 Test fixture for gmx::SelectionOption.