Decouple update group handling from domain decomposition module
[alexxy/gromacs.git] / src / testutils / include / testutils / loggertest.h
index a597b574e9d6d9fd91c3437479a6cd6af00b8efd..3418febd253dcfc3879c6e4995f358c6f9c73baf 100644 (file)
@@ -77,6 +77,9 @@ public:
      *
      * If not called for a log level, all entries for that level are
      * accepted.
+     *
+     * Note that this expectation should be set up before the logger is
+     * used in the test.
      */
     void expectEntryMatchingRegex(gmx::MDLogger::LogLevel level, const char* re);
 
@@ -85,6 +88,9 @@ public:
      *
      * If not called for a log level, all entries for that level are
      * accepted.
+     *
+     * Note that this expectation should be set up before the logger is
+     * used in the test.
      */
     void expectNoEntries(gmx::MDLogger::LogLevel level);