UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

16 lines 849 B
import { TestAuthorizationProvider } from "../test-context-providers/auth/TestAuthorizationProvider"; import { TestIModelsClient } from "../test-context-providers/imodel/TestIModelsClient"; import { TestITwinProvider } from "../test-context-providers/itwin/TestITwinProvider"; import { TestIModelGroup } from "./TestIModelGroup"; export declare class TestIModelGroupFactory { private readonly _iModelsClient; private readonly _testAuthorizationProvider; private readonly _testProjectProvider; constructor(_iModelsClient: TestIModelsClient, _testAuthorizationProvider: TestAuthorizationProvider, _testProjectProvider: TestITwinProvider); create(testRunContext: { testRunId: string; packageName: string; testSuiteName?: string; }): TestIModelGroup; } //# sourceMappingURL=TestIModelGroupFactory.d.ts.map