Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/pairdist.h"
#include <gtest/gtest.h>
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
#include "testutils/textblockmatchers.h"
#include "moduletest.h"
+ Include dependency graph for pairdist.cpp:

Description

Tests for functionality of the "pairdist" trajectory analysis module.

These tests test the basic functionality of the tool itself, but currently the following are missing:

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

Typedefs

typedef
gmx::test::TrajectoryAnalysisModuleTestFixture
< gmx::analysismodules::PairDistanceInfo > 
anonymous_namespace{pairdist.cpp}::PairDistanceModuleTest
 Test fixture for the select analysis module.