Searched refs:captureExpectedException (Results 1 – 1 of 1) sorted by relevance
1255 void captureExpectedException( std::string const& expectedMessage );1256 void captureExpectedException( Matchers::Impl::Matcher<std::string> const& matcher );2104 __catchResult.captureExpectedException( matcher ); \8207 void ResultBuilder::captureExpectedException( std::string const& expectedMessage ) { in captureExpectedException() function in Catch::ResultBuilder8209 captureExpectedException( Matchers::Impl::Generic::AllOf<std::string>() ); in captureExpectedException()8211 captureExpectedException( Matchers::Equals( expectedMessage ) ); in captureExpectedException()8214 …void ResultBuilder::captureExpectedException( Matchers::Impl::Matcher<std::string> const& matcher … in captureExpectedException() function in Catch::ResultBuilder