MCPcopy Create free account
hub / github.com/FlightGear/flightgear / protect

Method protect

3rdparty/cppunit/src/cppunit/TestResult.cpp:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176bool
177TestResult::protect( const Functor &functor,
178 Test *test,
179 const std::string &shortDescription )
180{
181 ProtectorContext context( test, this, shortDescription );
182 return m_protectorChain->protect( functor, context );
183}
184
185
186void

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected