Gromacs
2024.4
|
#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"
Tests for pdb2gmx.
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. | |