|
Gromacs
2026.3
|
#include "gmxpre.h"#include "gromacs/fileio/h5md/h5md_timedatablock.h"#include <hdf5.h>#include <numeric>#include <gtest/gtest.h>#include "gromacs/fileio/h5md/h5md_attribute.h"#include "gromacs/fileio/h5md/h5md_framedatasetbuilder.h"#include "gromacs/fileio/h5md/h5md_group.h"#include "gromacs/fileio/h5md/h5md_guard.h"#include "gromacs/fileio/h5md/tests/h5mdtestbase.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/stringutil.h"#include "testutils/testmatchers.h"
Include dependency graph for h5md_timedatablock.cpp:Tests for H5mdTimeDataBlock class.
| const StepValueParams | gmx::test::anonymous_namespace{h5md_timedatablock.cpp}::g_testStepValueParams [] |
| void | gmx::test::anonymous_namespace{h5md_timedatablock.cpp}::PrintTo (const StepValueParams &info, std::ostream *os) |
| Helper function for GTest to print dimension parameters. | |
| std::string | gmx::test::anonymous_namespace{h5md_timedatablock.cpp}::nameOfTest (const ::testing::TestParamInfo< StepValueParams > &info) |
| Helper function for GTest to construct test names. | |
Classes | |
| struct | gmx::test::anonymous_namespace{h5md_timedatablock.cpp}::StepValueParams |
| Parametrized test suite for trimming frames from a maximum step. More... | |
| class | gmx::test::anonymous_namespace{h5md_timedatablock.cpp}::StepValues |
| Test fixture inheriting parametrization capabilities. More... | |
Typedefs | |
| using | gmx::test::anonymous_namespace{h5md_timedatablock.cpp}::H5mdTimeDataBlockTest = H5mdTestBase |
1.8.5