Searched refs:makeMock (Results 1 – 1 of 1) sorted by relevance
277 auto eventThread = makeMock<mock::EventThread>(options.useNiceMock);278 auto sfEventThread = makeMock<mock::EventThread>(options.useNiceMock);290 auto vsyncController = makeMock<mock::VsyncController>(options.useNiceMock);1148 static std::unique_ptr<T> makeMock(bool useNiceMock) { in makeMock() function