Skip to content

Commit

Permalink
TestSuite: reference Compare::String from the Tester docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Feb 21, 2023
1 parent 75928ad commit 54b1f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Corrade/TestSuite/Tester.h
Expand Up @@ -270,9 +270,9 @@ differ, which becomes useful with large data sizes:
@snippet TestSuite.cpp Compare-Container
</li>
<li>
@ref Compare::StringHasPrefix, @relativeref{Compare,StringHasSuffix},
@ref Compare::String provides multi-line diffs; @relativeref{Compare,StringHasPrefix}, @relativeref{Compare,StringHasSuffix},
@relativeref{Compare,StringContains} and @relativeref{Compare,StringNotContains}
will provide a better diagnostic compared to e.g. checking
provide a better diagnostic compared to e.g. checking
@ref Containers::StringView::hasPrefix() with @ref CORRADE_VERIFY():
@snippet TestSuite.cpp Compare-StringHasPrefix
Expand Down

0 comments on commit 54b1f7b

Please sign in to comment.