Searched refs:captureExpectedException (Results 1 – 1 of 1) sorted by relevance
1263 void captureExpectedException( std::string const& expectedMessage );1264 void captureExpectedException( Matchers::Impl::Matcher<std::string> const& matcher );2112 __catchResult.captureExpectedException( matcher ); \8266 void ResultBuilder::captureExpectedException( std::string const& expectedMessage ) { in captureExpectedException() function in Catch::ResultBuilder8268 captureExpectedException( Matchers::Impl::Generic::AllOf<std::string>() ); in captureExpectedException()8270 captureExpectedException( Matchers::Equals( expectedMessage ) ); in captureExpectedException()8273 …void ResultBuilder::captureExpectedException( Matchers::Impl::Matcher<std::string> const& matcher … in captureExpectedException() function in Catch::ResultBuilder