Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/dssp.h"
#include <string>
#include <gtest/gtest-param-test.h>
#include <gtest/gtest.h>
#include "gromacs/utility/path.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/cmdlinetest.h"
#include "testutils/textblockmatchers.h"
#include "testutils/xvgtest.h"
#include "moduletest.h"
+ Include dependency graph for dssp.cpp:

Description

Tests for functionality of the "dssp" 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
Anatoly Titov titov.nosp@m._ai@.nosp@m.pnpi..nosp@m.nrck.nosp@m.i.ru
Alexey Shvetsov alexx.nosp@m.yum@.nosp@m.gmail.nosp@m..com

Classes

class  gmx::test::anonymous_namespace{dssp.cpp}::DsspModuleTestDsspNB
 Test fixture for the dssp analysis module. More...
 
class  gmx::test::anonymous_namespace{dssp.cpp}::DsspModuleTestGromacsNB
 Test fixture for the dssp analysis module. More...
 
class  gmx::test::anonymous_namespace{dssp.cpp}::DsspModuleTestDsspNoNB
 Test fixture for the dssp analysis module. More...
 
class  gmx::test::anonymous_namespace{dssp.cpp}::DsspModuleTestGromacsNoNB
 Test fixture for the dssp analysis module. More...
 

Typedefs

using gmx::test::anonymous_namespace{dssp.cpp}::DsspTestParamsDsspNB = std::tuple< std::string, real, std::string, std::string >
 
using gmx::test::anonymous_namespace{dssp.cpp}::DsspTestParamsGromacsNB = std::tuple< std::string, real, std::string, std::string >
 
using gmx::test::anonymous_namespace{dssp.cpp}::DsspTestParamsDsspNoNB = std::tuple< std::string, std::string, std::string >
 
using gmx::test::anonymous_namespace{dssp.cpp}::DsspTestParamsGromacsNoNB = std::tuple< std::string, std::string, std::string >