Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions | Variables
pdb2gmx.cpp File Reference
#include "gmxpre.h"
#include "gromacs/gmxpreprocess/pdb2gmx.h"
#include <tuple>
#include "gromacs/fileio/filetypes.h"
#include "gromacs/utility/futil.h"
#include "gromacs/utility/stringutil.h"
#include "gromacs/utility/textreader.h"
#include "testutils/cmdlinetest.h"
#include "testutils/conftest.h"
#include "testutils/filematchers.h"
#include "testutils/refdata.h"
#include "testutils/testfilemanager.h"
#include "testutils/textblockmatchers.h"
+ Include dependency graph for pdb2gmx.cpp:

Description

Tests for pdb2gmx.

Author
Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Typedefs

using gmx::test::anonymous_namespace{pdb2gmx.cpp}::CommandLineOptionParams = std::tuple< std::string, std::string, std::string, std::string, std::string, std::string, int, bool >
 Test parameter struct.
 

Functions

std::string gmx::test::anonymous_namespace{pdb2gmx.cpp}::namesOfTests (const testing::TestParamInfo< Pdb2gmxTest::ParamType > &info)
 Help GoogleTest name our test cases.
 

Variables

std::vector< std::string > gmx::test::anonymous_namespace{pdb2gmx.cpp}::c_regexStringsToSkip
 Strings containing regular expressions for lines to skip when matching. More...
 
FilteringExactTextMatch gmx::test::anonymous_namespace{pdb2gmx.cpp}::c_textMatcher (c_regexStringsToSkip, false, true)
 Compiled regular expressions for lines to skip when matching.