Gmock: Sequence calls inside of a block with arbitrary block order
Consider this interface:
Unable to Set Private Member in Google Test TEST_F Function Despite Friend Class Declaration
I can successfully set and access privateData in the SetUp() method, but when I try to do the same in a TEST_F function, the value does not seem to update as expected. The TestPrivateDataSetting test fails, indicating that the value is still 42, not 100 as intended.