Gromacs
2025-dev-20241003-bd59e46
|
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/hbond.h"
#include <string>
#include <tuple>
#include <gtest/gtest-param-test.h>
#include <gtest/gtest.h>
#include "gromacs/utility/stringutil.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 "hbond" trajectory analysis module.
Classes | |
class | gmx::test::HbondModuleTest |
Test fixture for the hbond analysis module. More... | |
Typedefs | |
using | gmx::test::HbondTestParamsMerge = std::tuple< std::string, std::tuple< std::string, std::string >, std::string > |