mirror of
https://github.com/google/googletest.git
synced 2025-11-08 14:23:46 -05:00
This PR adds matchers that accept a callable and verify that when invoked, it throws an exception with the given type and properties. Fixes #952