Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/trajectory.h"
#include <gtest/gtest.h>
#include "testutils/cmdlinetest.h"
#include "testutils/textblockmatchers.h"
#include "moduletest.h"
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.
Typedefs | |
typedef gmx::test::TrajectoryAnalysisModuleTestFixture < gmx::analysismodules::TrajectoryInfo > | anonymous_namespace{trajectory.cpp}::TrajectoryModuleTest |
Test fixture for the select analysis module. | |