Make some unit tests use mock file output
[alexxy/gromacs.git] / src / testutils / testutils-doc.h
index a99fccd9dac05911488d62b1c6d4d85fa27b274a..0188dff2b4e793e335e4d400daadd318cd3b90d4 100644 (file)
  *  - gmx::test::TestFileInputRedirector (in testfileredirector.h) provides
  *    functionality for capturing file existence checks in code that uses
  *    gmx::FileInputRedirectorInterface.
+ *  - gmx::test::TestFileOutputRedirector (in testfileredirector.h) provides
+ *    functionality for capturing file output (including `stdout`) from code
+ *    that uses gmx::FileOutputRedirectorInterface, and checking that output
+ *    against reference data.
  *  - #GMX_TEST_OPTIONS macro provides facilities for adding custom command
  *    line options for the test binary.
  *  - testasserts.h provides several custom test assertions for better