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

Description

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

Line coverage for the module code is good, but due to missing input data with velocities or forces, the output of these quantities is not really tested. But the values are only computed in the selection engine, and at least the low-level computation is tested there.

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

Typedefs

typedef
gmx::test::TrajectoryAnalysisModuleTestFixture
< gmx::analysismodules::TrajectoryInfo > 
anonymous_namespace{trajectory.cpp}::TrajectoryModuleTest
 Test fixture for the select analysis module.