Change naming convention for C++ interfaces
[alexxy/gromacs.git] / src / testutils / testutils-doc.h
index a82192dc4dca93c0ad47c63ad3ecbaf33bd9f114..5c627688abd8e4057ebd41b5d1769ba546567490 100644 (file)
  *    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::IFileInputRedirector.
  *  - gmx::test::TestFileOutputRedirector (in testfileredirector.h) provides
  *    functionality for capturing file output (including `stdout`) from code
- *    that uses gmx::FileOutputRedirectorInterface, and checking that output
+ *    that uses gmx::IFileOutputRedirector, and checking that output
  *    against reference data.
  *  - gmx::test::InteractiveTestHelper (in interactivetest.h) provides
  *    a helper class for testing an interactive session that uses