google / googletest

GoogleTest - Google Testing and Mocking Framework

Home Page:https://google.github.io/googletest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Missing documentation for Throws, ThrowsMessage matchers

RAnders00 opened this issue · comments

Describe the issue

The documentation page https://google.github.io/googletest/reference/matchers.html is missing the documentation for the Throws() and ThrowsMessage() matchers, which were added in #2904.

A small documentation comment is found within the PR linked: https://github.com/google/googletest/pull/2904/files#diff-d76c7641f16bdd19e026a727a995c6a0e8be8ec3c9e02e9e35736ab182af1eebR4826-R4846

Steps to reproduce the problem

  1. Visit https://google.github.io/googletest/reference/matchers.html
  2. Ctrl-F for "Throws"
  3. No results found

What version of GoogleTest are you using?

1.14.0

What operating system and version are you using?

N/A

What compiler and version are you using?

N/A

What build system are you using?

N/A

Additional context

No response

My apologies, this is a duplicate of #4416