Searched refs:MockRuntimeInfoFactory (Results 1 – 3 of 3) sorted by relevance
76 class MockRuntimeInfoFactory : public ObjectFactory<RuntimeInfo> {78 MockRuntimeInfoFactory(const std::shared_ptr<MockRuntimeInfo>& info) { object_ = info; } in MockRuntimeInfoFactory() function
49 using details::MockRuntimeInfoFactory;103 .setRuntimeInfoFactory(std::make_unique<NiceMock<MockRuntimeInfoFactory>>( in SetUp()
488 .setRuntimeInfoFactory(std::make_unique<NiceMock<MockRuntimeInfoFactory>>( in SetUp()587 MockRuntimeInfoFactory& runtimeInfoFactory() { in runtimeInfoFactory()588 return static_cast<MockRuntimeInfoFactory&>(*vintfObject->getRuntimeInfoFactory()); in runtimeInfoFactory()1043 .setRuntimeInfoFactory(std::make_unique<NiceMock<MockRuntimeInfoFactory>>( in SetUp()