X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Ftestutils%2Ftestutils-doc.h;h=a82192dc4dca93c0ad47c63ad3ecbaf33bd9f114;hb=aa40ec1fd149313b4402c12dfc499da54abe68d3;hp=0188dff2b4e793e335e4d400daadd318cd3b90d4;hpb=180cf1538ad2b19bd6b4108662adc4a519565fcb;p=alexxy%2Fgromacs.git diff --git a/src/testutils/testutils-doc.h b/src/testutils/testutils-doc.h index 0188dff2b4..a82192dc4d 100644 --- a/src/testutils/testutils-doc.h +++ b/src/testutils/testutils-doc.h @@ -58,6 +58,10 @@ * 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