Gromacs
2022-beta1
|
#include "gmxpre.h"
#include "gromacs/mdtypes/observablesreducer.h"
#include <numeric>
#include <optional>
#include <tuple>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/stringutil.h"
Tests for ObservablesReducer.
Classes | |
class | gmx::test::anonymous_namespace{observablesreducer.cpp}::Subscriber |
Helper class that models an MD module that needs to make a subscription to ObservablesReducer . More... | |
class | gmx::test::anonymous_namespace{observablesreducer.cpp}::ObservablesReducerIntegrationTest |
Test fixture class. More... | |
struct | gmx::test::anonymous_namespace{observablesreducer.cpp}::ObservablesReducerIntegrationTest::RankData |
Helper struct to model data on a single MPI rank. More... | |
Functions | |
std::string | gmx::test::anonymous_namespace{observablesreducer.cpp}::namesOfTests (const testing::TestParamInfo< ObservablesReducerIntegrationTest::ParamType > &info) |
Help GoogleTest name our test cases. | |