Gromacs
2025.0-dev-20241011-013a99c
|
#include <testutils/include/testutils/xvgtest.h>
Match the contents as an xvg file.
Public Member Functions | |
XvgMatch & | tolerance (const FloatingPointTolerance &tolerance) |
Sets the tolerance for matching data point values. | |
XvgMatch & | testData (bool test) |
Sets whether the actual data is checked. More... | |
TextBlockMatcherPointer | createMatcher () const override |
Factory method that constructs the matcher after parameters are set. | |
|
inline |
Sets whether the actual data is checked.
If set to false
, only the legends are checked. Use this if the data is already tested using different means.