Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/sasa.h"
#include <gtest/gtest.h>
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
#include "testutils/textblockmatchers.h"
#include "testutils/xvgtest.h"
#include "moduletest.h"
Tests for functionality of the "sasa" trajectory analysis module.
These tests test the basic functionality of the tool itself, but currently the tests related to -odg output are missing. This would require a full tpr file, and some investigation on what kind of tpr it should be to produce reasonable output.
The actual surface area algorithm is tested separately in surfacearea.cpp.
Typedefs | |
typedef gmx::test::TrajectoryAnalysisModuleTestFixture < gmx::analysismodules::SasaInfo > | anonymous_namespace{sasa.cpp}::SasaModuleTest |
Test fixture for the sasa analysis module. | |