MCPcopy Create free account
hub / github.com/cirquit/trdrop / MethodTestCase

Method MethodTestCase

ext/catch.hpp:704–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702
703public:
704 MethodTestCase( void (C::*method)() ) : m_method( method ) {}
705
706 virtual void invoke() const {
707 C obj;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected