Make some unit tests skip file system access
[alexxy/gromacs.git] / src / testutils / testutils-doc.h
index 50c622ab53d49986682dc0ccb270f922c66fe4ce..a99fccd9dac05911488d62b1c6d4d85fa27b274a 100644 (file)
@@ -51,6 +51,9 @@
  *  - gmx::test::TestFileManager (in testfilemanager.h) provides functionality
  *    for locating test input files from the source directory and managing
  *    temporary files that need to be created during the test.
+ *  - gmx::test::TestFileInputRedirector (in testfileredirector.h) provides
+ *    functionality for capturing file existence checks in code that uses
+ *    gmx::FileInputRedirectorInterface.
  *  - #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