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

Function TestCaseMethodFunctor

3rdparty/cppunit/src/cppunit/TestCase.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 typedef void (TestCase::*Method)();
22
23 TestCaseMethodFunctor( TestCase *target,
24 Method method )
25 : m_target( target )
26 , m_method( method )
27 {
28 }
29
30 bool operator()() const
31 {

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected