|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <testutils/include/testutils/xvgtest.h>
Inheritance diagram for gmx::test::XvgMatch:
Collaboration diagram for gmx::test::XvgMatch: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.
1.8.5