MCPcopy Create free account
hub / github.com/chen3feng/toft / ClosureInheritTest

Class ClosureInheritTest

base/closure_test.cpp:605–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605class ClosureInheritTest : public testing::Test
606{
607public:
608 int Foo() { return 42; }
609};
610
611TEST_F(ClosureInheritTest, Test)
612{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected