Google Test class method can’t access private member of user class (the class under test)
I would like the test fixture method utFooFixture::utMethod1
to access the private member Foo::m_fooProc
.
Google Test class method can’t access private member of user class (the class under test)
I would like the test fixture method utFooFixture::utMethod1
to access the private member Foo::m_fooProc
.
Google Test class method can’t access private member of user class (the class under test)
I would like the test fixture method utFooFixture::utMethod1
to access the private member Foo::m_fooProc
.
Clarification of Call() in gtest EXPECT_CALL
I have a class which as one of its private member has an std::function, something like this: