Gromacs  2026.0-dev-20251119-5f0a571d
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Variables
gmx::test::anonymous_namespace{h5md_framedataset.cpp} Namespace Reference

Classes

struct  TestFrameDimensions
 Test suite for reading values from data sets with a parametrized frame dimension. More...
 
class  WithFrameDims
 Test fixture inheriting parametrization capabilities. More...
 

Typedefs

using H5mdFrameDataSetTest = H5mdTestBase
 Test fixture for non-parametrized frame data set tests.
 

Functions

void PrintTo (const TestFrameDimensions &info, std::ostream *os)
 Helper function for GTest to print dimension parameters.
 
std::string nameOfTest (const ::testing::TestParamInfo< TestFrameDimensions > &info)
 Helper function for GTest to construct test names.
 

Variables

const TestFrameDimensions g_testFrameDims []
 Set of frame dimension parameters to instantiate test suite for. More...
 

Variable Documentation

const TestFrameDimensions gmx::test::anonymous_namespace{h5md_framedataset.cpp}::g_testFrameDims[]
Initial value:
= { {},
{ 5 },
{ 5, 3 } }

Set of frame dimension parameters to instantiate test suite for.