Gromacs
2024.3
|
#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"
Tests for functionality of the "dssp" trajectory analysis module.
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 > |