Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/extract_cluster.h"
#include <gtest/gtest.h>
#include "gromacs/utility/path.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/cmdlinetest.h"
#include "testutils/filematchers.h"
#include "testutils/refdata.h"
#include "testutils/testfilemanager.h"
#include "testutils/textblockmatchers.h"
#include "moduletest.h"
Tests for functionality of the "extract-cluster" trajectory analysis module.
Classes | |
struct | gmx::test::anonymous_namespace{extract_cluster.cpp}::ManualOutputFile |
Helper struct to combine filename, path and FileMatcher. More... | |
class | gmx::test::anonymous_namespace{extract_cluster.cpp}::ExtractClusterModuleTest |
Test fixture for the convert-trj analysis module. More... | |