Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp1263 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::ResultBuilder
8268 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