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