preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
WaveformFixture.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "time/Waveform.hpp"
4
5namespace precice::testing {
6/*
7 * @brief A fixture that is used to access private functions of the Waveform class.
8 *
9 * The fixture can be used to call private functions for individual testing.
10 */
12public:
14
15 int valuesSize(time::Waveform &waveform);
16};
17
18} // namespace precice::testing
int valuesSize(time::Waveform &waveform)
int numberOfStoredSamples(time::Waveform &waveform)
Allows to perform interpolation on samples in storage of given data.
Definition Waveform.hpp:25
contains the testing framework.
Definition helper.hpp:9