Gromacs
2018.8
|
#include "gmxpre.h"
#include "gromacs/analysisdata/modules/lifetime.h"
#include <gtest/gtest.h>
#include "gromacs/analysisdata/analysisdata.h"
#include "gromacs/analysisdata/tests/datatest.h"
#include "testutils/testasserts.h"
Tests for functionality of analysis data lifetime module.
These tests check that gmx::AnalysisDataLifetimeModule computes lifetimes correctly with simple input data. Checking is done using gmx::test::AnalysisDataTestFixture and reference data. Also the input data is written to the reference data to catch out-of-date reference.
Typedefs | |
typedef gmx::test::AnalysisDataTestFixture | anonymous_namespace{lifetime.cpp}::LifetimeModuleTest |
Test fixture for gmx::AnalysisDataLifetimeModule. | |