|
Gromacs
2027.0-dev-20260911-dd668767
|
#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. By default all content is compared as reals. If xvg content contains strings, set matchNonRealValuesAsStrings to true.
Public Member Functions | |
| XvgMatch & | tolerance (const FloatingPointTolerance &tolerance) |
| Sets the tolerance for matching data point values. | |
| XvgMatch & | matchNonRealValuesAsStrings () |
| Sets boolean which specifies if xvg file has strings (true) or only reals (false, default). More... | |
| 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 boolean which specifies if xvg file has strings (true) or only reals (false, default).
|
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