Gromacs  2025-dev-20241003-bd59e46
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
#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"
+ Include dependency graph for hbond.cpp:

Description

Tests for functionality of the "hbond" trajectory analysis module.

Author
Sergey Gorelov gorel.nosp@m.ov_s.nosp@m.v@pnp.nosp@m.i.nr.nosp@m.cki.r.nosp@m.u
Alexey Shvetsov alexx.nosp@m.yum@.nosp@m.gmail.nosp@m..com

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 >