Gromacs  2026.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
gmx::test::anonymous_namespace{h5md_timedatablock.cpp} Namespace Reference

Classes

struct  StepValueParams
 Parametrized test suite for trimming frames from a maximum step. More...
 
class  StepValues
 Test fixture inheriting parametrization capabilities. More...
 

Typedefs

using H5mdTimeDataBlockTest = H5mdTestBase
 
const StepValueParams g_testStepValueParams []
 
void PrintTo (const StepValueParams &info, std::ostream *os)
 Helper function for GTest to print dimension parameters.
 
std::string nameOfTest (const ::testing::TestParamInfo< StepValueParams > &info)
 Helper function for GTest to construct test names.
 

Variable Documentation

const StepValueParams gmx::test::anonymous_namespace{h5md_timedatablock.cpp}::g_testStepValueParams[]
Initial value:
= {
{ 0, {}, {} },
{ 0, { 0 }, {} },
{ 0, { 1 }, {} },
{ 1, { 0 }, { 0 } },
{ -5, { -5 }, {} },
{ -5, { -4 }, {} },
{ -5, { -6 }, { -6 } },
{ 5, { 4, 4 }, { 4, 4 } },
{ 5, { 4, 5 }, { 4 } },
{ 5, { 4, 6 }, { 4 } },
{ 5, { 5, 5 }, {} },
{ 5, { 0, 3, 4, 5, 10, 21 }, { 0, 3, 4 } },
{ 5, { 0, 21, 3, 4, 5, 10 }, { 0, 21, 3, 4 } },
}