Tests for interactive selection input
[alexxy/gromacs.git] / src / testutils / testutils-doc.h
index 0188dff2b4e793e335e4d400daadd318cd3b90d4..a82192dc4dca93c0ad47c63ad3ecbaf33bd9f114 100644 (file)
  *    functionality for capturing file output (including `stdout`) from code
  *    that uses gmx::FileOutputRedirectorInterface, and checking that output
  *    against reference data.
+ *  - gmx::test::InteractiveTestHelper (in interactivetest.h) provides
+ *    a helper class for testing an interactive session that uses
+ *    gmx::TextInputStream and gmx::TextOutputStream for prompting input and
+ *    printing status messages.
  *  - #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