Searched refs:CreateMockTestContext (Results 1 – 3 of 3) sorted by relevance
19 TestContext* CreateMockTestContext(TestContext* shareContext = nullptr);
44 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() function
285 testCtx.reset(CreateMockTestContext(sharedContext)); in getContextInfoInternal()