|
Gromacs
2026.2
|
#include "gmxpre.h"#include "gromacs/fileio/h5md/h5md_framedataset.h"#include <hdf5.h>#include <numeric>#include <gtest/gtest.h>#include "gromacs/fileio/h5md/h5md_framedatasetbuilder.h"#include "gromacs/fileio/h5md/tests/h5mdtestbase.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/stringutil.h"#include "gromacs/utility/vectypes.h"#include "testutils/testmatchers.h"
Include dependency graph for h5md_framedataset.cpp:Tests for H5MD frame data set routines.
Classes | |
| struct | gmx::test::anonymous_namespace{h5md_framedataset.cpp}::TestFrameDimensions |
| Test suite for reading values from data sets with a parametrized frame dimension. More... | |
| class | gmx::test::anonymous_namespace{h5md_framedataset.cpp}::WithFrameDims |
| Test fixture inheriting parametrization capabilities. More... | |
Typedefs | |
| using | gmx::test::anonymous_namespace{h5md_framedataset.cpp}::H5mdFrameDataSetTest = H5mdTestBase |
| Test fixture for non-parametrized frame data set tests. | |
Functions | |
| void | gmx::test::anonymous_namespace{h5md_framedataset.cpp}::PrintTo (const TestFrameDimensions &info, std::ostream *os) |
| Helper function for GTest to print dimension parameters. | |
| std::string | gmx::test::anonymous_namespace{h5md_framedataset.cpp}::nameOfTest (const ::testing::TestParamInfo< TestFrameDimensions > &info) |
| Helper function for GTest to construct test names. | |
Variables | |
| const TestFrameDimensions | gmx::test::anonymous_namespace{h5md_framedataset.cpp}::g_testFrameDims [] |
| Set of frame dimension parameters to instantiate test suite for. More... | |
1.8.5