Skip to content

When it will be new gtest release? #3124

@apivovarov

Description

@apivovarov

We want to use new feature to check the exception message #2904. It was merged to master on Aug 23, 2020. But currently this code is not included into any existing releases / tags.
Last release was more than a year ago. Oct 3, 2019

//   EXPECT_THAT(
//       []() { throw std::runtime_error("message"); },
//       ThrowsMessage<std::runtime_error>(HasSubstr("message")));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions