Home
last modified time | relevance | path

Searched refs:captureExpectedException (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp1255 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::ResultBuilder
8209 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