|
Gromacs
2025.4
|
#include "gmxpre.h"#include "gromacs/gmxpreprocess/pdb2gmx.h"#include <functional>#include <memory>#include <string>#include <tuple>#include <vector>#include <gtest/gtest.h>#include "gromacs/commandline/cmdlineoptionsmodule.h"#include "gromacs/fileio/filetypes.h"#include "gromacs/utility/arrayref.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/testasserts.h"#include "testutils/testfilemanager.h"#include "testutils/textblockmatchers.h"
Include dependency graph for pdb2gmx.cpp: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. | |
1.8.5