@itwin/presentation-testing 4.0.1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -12
- package/lib/cjs/presentation-testing/Helpers.d.ts +9 -2
- package/lib/cjs/presentation-testing/Helpers.d.ts.map +1 -1
- package/lib/cjs/presentation-testing/Helpers.js +3 -5
- package/lib/cjs/presentation-testing/Helpers.js.map +1 -1
- package/lib/cjs/presentation-testing.d.ts +2 -0
- package/lib/cjs/presentation-testing.d.ts.map +1 -1
- package/lib/cjs/presentation-testing.js +3 -0
- package/lib/cjs/presentation-testing.js.map +1 -1
- package/lib/esm/presentation-testing/Helpers.d.ts +9 -2
- package/lib/esm/presentation-testing/Helpers.d.ts.map +1 -1
- package/lib/esm/presentation-testing/Helpers.js +4 -6
- package/lib/esm/presentation-testing/Helpers.js.map +1 -1
- package/lib/esm/presentation-testing.d.ts +2 -0
- package/lib/esm/presentation-testing.d.ts.map +1 -1
- package/lib/esm/presentation-testing.js +2 -0
- package/lib/esm/presentation-testing.js.map +1 -1
- package/package.json +25 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,33 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-testing
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 31 Aug 2023 11:50:40 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 4.0.3
|
|
8
|
+
|
|
9
|
+
Thu, 31 Aug 2023 11:50:40 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependencies ([commit](https://github.com/iTwin/presentation/commit/585bfe098c3c388c48ffa4f311c4722f1b6835df))
|
|
14
|
+
- Removed `@itwin/presentation-components` peer dependency. ([commit](https://github.com/iTwin/presentation/commit/9b369dc2cb208ecf4cc6518f319a1648f85c81d9))
|
|
15
|
+
|
|
16
|
+
## 4.0.2
|
|
17
|
+
|
|
18
|
+
Wed, 09 Aug 2023 11:47:16 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Update package dependencies ([commit](https://github.com/iTwin/presentation/commit/22593a8fddc52b5c547c024d64e7cc5659c81d01))
|
|
23
|
+
|
|
7
24
|
## 4.0.1
|
|
8
25
|
|
|
9
|
-
Thu, 15 Jun 2023 07:31:
|
|
26
|
+
Thu, 15 Jun 2023 07:31:33 GMT
|
|
10
27
|
|
|
11
28
|
### Patches
|
|
12
29
|
|
|
13
|
-
- Bumped `rimraf` version ([commit](https://github.com/iTwin/presentation/commit/
|
|
30
|
+
- Bumped `rimraf` version ([commit](https://github.com/iTwin/presentation/commit/e5fdd420d31c98ef6d43daa3faad4fbb27625829))
|
|
14
31
|
|
|
15
32
|
## 4.0.0
|
|
16
33
|
|
|
@@ -18,24 +35,24 @@ Tue, 02 May 2023 11:39:31 GMT
|
|
|
18
35
|
|
|
19
36
|
### Major changes
|
|
20
37
|
|
|
21
|
-
- Upgrade to AppUI 4.0 ([commit](https://github.com/iTwin/presentation/commit/
|
|
38
|
+
- Upgrade to AppUI 4.0 ([commit](https://github.com/iTwin/presentation/commit/c869d568d3b462670d20e1ec31807aee15a0857e))
|
|
22
39
|
|
|
23
40
|
### Minor changes
|
|
24
41
|
|
|
25
|
-
- Add a `buildTestIModel` overload that generates imodel name from mocha context ([commit](https://github.com/iTwin/presentation/commit/
|
|
26
|
-
- Change `TestIModelBuilder.insertAspect` to return inserted aspect id. ([commit](https://github.com/iTwin/presentation/commit/
|
|
27
|
-
- Add `TestIModelBuilder.insertRelationship` ([commit](https://github.com/iTwin/presentation/commit/
|
|
28
|
-
- Bump minimum required `itwinjs-core` version to `3.6.3` ([commit](https://github.com/iTwin/presentation/commit/
|
|
42
|
+
- Add a `buildTestIModel` overload that generates imodel name from mocha context ([commit](https://github.com/iTwin/presentation/commit/6b844055de128dbf3b1de1611144391dc7ee6d31))
|
|
43
|
+
- Change `TestIModelBuilder.insertAspect` to return inserted aspect id. ([commit](https://github.com/iTwin/presentation/commit/4b7ff68423cd641c73d9f3fb5b4bfbb5266fa1e0))
|
|
44
|
+
- Add `TestIModelBuilder.insertRelationship` ([commit](https://github.com/iTwin/presentation/commit/56c533083105473e4c9c05d061609a7cd5928d5d))
|
|
45
|
+
- Bump minimum required `itwinjs-core` version to `3.6.3` ([commit](https://github.com/iTwin/presentation/commit/7bf12337f09b7fda0362474d3d63b18bb4b07aab))
|
|
29
46
|
|
|
30
47
|
### Patches
|
|
31
48
|
|
|
32
|
-
- Reduce deprecated API usage ([commit](https://github.com/iTwin/presentation/commit/
|
|
33
|
-
- Replace all spaces in test name when creating test iModel. ([commit](https://github.com/iTwin/presentation/commit/
|
|
49
|
+
- Reduce deprecated API usage ([commit](https://github.com/iTwin/presentation/commit/6bf1a99ec570751e16f30af658e0fa7e27e7631f))
|
|
50
|
+
- Replace all spaces in test name when creating test iModel. ([commit](https://github.com/iTwin/presentation/commit/070f9587299e156ebd58eb7fa0941b50f56ec188))
|
|
34
51
|
|
|
35
52
|
### Changes
|
|
36
53
|
|
|
37
|
-
- Update dependencies ([commit](https://github.com/iTwin/presentation/commit/
|
|
38
|
-
- Updated to TypeScript 5.0 ([commit](https://github.com/iTwin/presentation/commit/
|
|
54
|
+
- Update dependencies ([commit](https://github.com/iTwin/presentation/commit/ddf8cf327436fa38dc304666992e9fb66e942933))
|
|
55
|
+
- Updated to TypeScript 5.0 ([commit](https://github.com/iTwin/presentation/commit/4b7924ee69265aaadeaba81f02162bf5c404d33a))
|
|
39
56
|
|
|
40
57
|
## 3.7.4
|
|
41
58
|
|
|
@@ -2,14 +2,21 @@
|
|
|
2
2
|
* @module Helpers
|
|
3
3
|
*/
|
|
4
4
|
import { IModelHostOptions } from "@itwin/core-backend";
|
|
5
|
+
import { RpcInterfaceDefinition } from "@itwin/core-common";
|
|
5
6
|
import { IModelApp, IModelAppOptions } from "@itwin/core-frontend";
|
|
6
|
-
import { HierarchyCacheMode, PresentationManagerProps as PresentationBackendProps
|
|
7
|
+
import { HierarchyCacheMode, PresentationManagerProps as PresentationBackendProps } from "@itwin/presentation-backend";
|
|
7
8
|
import { PresentationProps as PresentationFrontendProps } from "@itwin/presentation-frontend";
|
|
8
9
|
/** @internal */
|
|
9
10
|
export declare const getTestOutputDir: () => string;
|
|
10
|
-
export { HierarchyCacheMode,
|
|
11
|
+
export { HierarchyCacheMode, PresentationBackendProps };
|
|
11
12
|
/** @public */
|
|
12
13
|
export interface PresentationTestingInitProps {
|
|
14
|
+
/**
|
|
15
|
+
* RPC interfaces to enable. Defaults to `[SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]`.
|
|
16
|
+
*
|
|
17
|
+
* Note: Implementations for these interfaces are **not** automatically registered on the backend - that has to be done manually.
|
|
18
|
+
*/
|
|
19
|
+
rpcs?: RpcInterfaceDefinition[];
|
|
13
20
|
/** Properties for backend initialization */
|
|
14
21
|
backendProps?: PresentationBackendProps;
|
|
15
22
|
/** Properties for `IModelHost` */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Helpers.d.ts","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":"AAIA;;GAEG;
|
|
1
|
+
{"version":3,"file":"Helpers.d.ts","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":"AAIA;;GAEG;AAKH,OAAO,EAAc,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAEpE,OAAO,EAAqE,sBAAsB,EAA8B,MAAM,oBAAoB,CAAC;AAC3J,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAuC,wBAAwB,IAAI,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAE5J,OAAO,EAAwC,iBAAiB,IAAI,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AA0BpI,gBAAgB;AAChB,eAAO,MAAM,gBAAgB,QAAO,MAEnC,CAAC;AAEF,OAAO,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,CAAC;AAExD,cAAc;AACd,MAAM,WAAW,4BAA4B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAChC,4CAA4C;IAC5C,YAAY,CAAC,EAAE,wBAAwB,CAAC;IACxC,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;IACrC,6CAA6C;IAC7C,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C,+BAA+B;IAC/B,WAAW,CAAC,EAAE;QAAE,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;KAAE,CAAC;IACtE,0BAA0B;IAC1B,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC,wFAAwF;IACxF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU,WAAkB,4BAA4B,kBAoCpE,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS,mDA0BrB,CAAC"}
|
|
@@ -30,8 +30,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
30
30
|
return result;
|
|
31
31
|
};
|
|
32
32
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
|
-
exports.terminate = exports.initialize = exports.
|
|
34
|
-
/* istanbul ignore file */ // TODO: Remove istanbul ignore file when https://github.com/iTwin/itwinjs-backlog/issues/463 is fixed.
|
|
33
|
+
exports.terminate = exports.initialize = exports.HierarchyCacheMode = exports.getTestOutputDir = void 0;
|
|
35
34
|
const os_1 = require("os");
|
|
36
35
|
const path_1 = require("path");
|
|
37
36
|
const rimraf = __importStar(require("rimraf"));
|
|
@@ -41,7 +40,6 @@ const core_common_1 = require("@itwin/core-common");
|
|
|
41
40
|
const core_frontend_1 = require("@itwin/core-frontend");
|
|
42
41
|
const presentation_backend_1 = require("@itwin/presentation-backend");
|
|
43
42
|
Object.defineProperty(exports, "HierarchyCacheMode", { enumerable: true, get: function () { return presentation_backend_1.HierarchyCacheMode; } });
|
|
44
|
-
Object.defineProperty(exports, "PresentationManagerMode", { enumerable: true, get: function () { return presentation_backend_1.PresentationManagerMode; } });
|
|
45
43
|
const presentation_common_1 = require("@itwin/presentation-common");
|
|
46
44
|
const presentation_frontend_1 = require("@itwin/presentation-frontend");
|
|
47
45
|
function initializeRpcInterfaces(interfaces) {
|
|
@@ -57,7 +55,7 @@ function initializeRpcInterfaces(interfaces) {
|
|
|
57
55
|
}
|
|
58
56
|
};
|
|
59
57
|
for (const definition of interfaces) {
|
|
60
|
-
core_common_1.RpcConfiguration.assign(definition, () => config); // eslint-disable-line @itwin/no-internal
|
|
58
|
+
core_common_1.RpcConfiguration.assign(definition, /* istanbul ignore next */ () => config); // eslint-disable-line @itwin/no-internal
|
|
61
59
|
}
|
|
62
60
|
const instance = core_common_1.RpcConfiguration.obtain(config); // eslint-disable-line @itwin/no-internal
|
|
63
61
|
try {
|
|
@@ -92,7 +90,7 @@ const initialize = async (props) => {
|
|
|
92
90
|
props = {};
|
|
93
91
|
}
|
|
94
92
|
// set up rpc interfaces
|
|
95
|
-
initializeRpcInterfaces([core_common_1.SnapshotIModelRpcInterface, core_common_1.IModelReadRpcInterface, presentation_common_1.PresentationRpcInterface]);
|
|
93
|
+
initializeRpcInterfaces(props.rpcs ?? [core_common_1.SnapshotIModelRpcInterface, core_common_1.IModelReadRpcInterface, presentation_common_1.PresentationRpcInterface]);
|
|
96
94
|
// init backend
|
|
97
95
|
// make sure backend gets assigned an id which puts its resources into a unique directory
|
|
98
96
|
props.backendProps = props.backendProps ?? {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Helpers.js","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;AAChG;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,
|
|
1
|
+
{"version":3,"file":"Helpers.js","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Helpers\n */\n\nimport { tmpdir } from \"os\";\nimport { join } from \"path\";\nimport * as rimraf from \"rimraf\";\nimport { IModelHost, IModelHostOptions } from \"@itwin/core-backend\";\nimport { Guid } from \"@itwin/core-bentley\";\nimport { IModelReadRpcInterface, RpcConfiguration, RpcDefaultConfiguration, RpcInterfaceDefinition, SnapshotIModelRpcInterface } from \"@itwin/core-common\";\nimport { IModelApp, IModelAppOptions, NoRenderApp } from \"@itwin/core-frontend\";\nimport { HierarchyCacheMode, Presentation as PresentationBackend, PresentationManagerProps as PresentationBackendProps } from \"@itwin/presentation-backend\";\nimport { PresentationRpcInterface } from \"@itwin/presentation-common\";\nimport { Presentation as PresentationFrontend, PresentationProps as PresentationFrontendProps } from \"@itwin/presentation-frontend\";\n\nfunction initializeRpcInterfaces(interfaces: RpcInterfaceDefinition[]) {\n const config = class extends RpcDefaultConfiguration {\n public override interfaces: any = () => interfaces;\n };\n\n for (const definition of interfaces) {\n RpcConfiguration.assign(definition, /* istanbul ignore next */ () => config); // eslint-disable-line @itwin/no-internal\n }\n\n const instance = RpcConfiguration.obtain(config); // eslint-disable-line @itwin/no-internal\n\n try {\n RpcConfiguration.initializeInterfaces(instance); // eslint-disable-line @itwin/no-internal\n } catch {\n // this may fail with \"Error: RPC interface \"xxx\" is already initialized.\" because\n // multiple different tests want to set up rpc interfaces\n }\n}\n\nlet isInitialized = false;\n\nconst defaultTestOutputDir = tmpdir();\nlet testOutputDir: string | undefined;\n\n/** @internal */\nexport const getTestOutputDir = (): string => {\n return testOutputDir ?? defaultTestOutputDir;\n};\n\nexport { HierarchyCacheMode, PresentationBackendProps };\n\n/** @public */\nexport interface PresentationTestingInitProps {\n /**\n * RPC interfaces to enable. Defaults to `[SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]`.\n *\n * Note: Implementations for these interfaces are **not** automatically registered on the backend - that has to be done manually.\n */\n rpcs?: RpcInterfaceDefinition[];\n /** Properties for backend initialization */\n backendProps?: PresentationBackendProps;\n /** Properties for `IModelHost` */\n backendHostProps?: IModelHostOptions;\n /** Properties for frontend initialization */\n frontendProps?: PresentationFrontendProps;\n /** IModelApp implementation */\n frontendApp?: { startup: (opts?: IModelAppOptions) => Promise<void> };\n /** `IModelApp` options */\n frontendAppOptions?: IModelAppOptions;\n /** Custom test output directory. Defaults to temporary directory provided by the OS. */\n testOutputDir?: string;\n}\n\n/**\n * Initialize the framework for presentation testing. The function sets up backend,\n * frontend and RPC communication between them.\n *\n * @see `terminate`\n *\n * @public\n */\nexport const initialize = async (props?: PresentationTestingInitProps) => {\n if (isInitialized) {\n return;\n }\n\n if (!props) {\n props = {};\n }\n\n // set up rpc interfaces\n initializeRpcInterfaces(props.rpcs ?? [SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]);\n\n // init backend\n // make sure backend gets assigned an id which puts its resources into a unique directory\n props.backendProps = props.backendProps ?? {};\n // eslint-disable-next-line @itwin/no-internal\n if (!props.backendProps.id) {\n props.backendProps.id = `test-${Guid.createValue()}`; // eslint-disable-line @itwin/no-internal\n }\n await IModelHost.startup({ cacheDir: join(__dirname, \".cache\"), ...props.backendHostProps });\n PresentationBackend.initialize(props.backendProps);\n\n // init frontend\n if (!props.frontendApp) {\n props.frontendApp = NoRenderApp;\n }\n await props.frontendApp.startup(props.frontendAppOptions);\n const defaultFrontendProps: PresentationFrontendProps = {\n presentation: {\n activeLocale: IModelApp.localization.getLanguageList()[0],\n },\n };\n await PresentationFrontend.initialize({ ...defaultFrontendProps, ...props.frontendProps });\n testOutputDir = props.testOutputDir;\n\n isInitialized = true;\n};\n\n/**\n * Undoes the setup made by `initialize`.\n * @param frontendApp IModelApp implementation\n *\n * @see `initialize`\n *\n * @public\n */\nexport const terminate = async (frontendApp = IModelApp) => {\n if (!isInitialized) {\n return;\n }\n\n // store directory that needs to be cleaned-up\n let hierarchiesCacheDirectory: string | undefined;\n const hierarchiesCacheConfig = PresentationBackend.initProps?.caching?.hierarchies;\n if (hierarchiesCacheConfig?.mode === HierarchyCacheMode.Disk) {\n hierarchiesCacheDirectory = hierarchiesCacheConfig?.directory;\n } else if (hierarchiesCacheConfig?.mode === HierarchyCacheMode.Hybrid) {\n hierarchiesCacheDirectory = hierarchiesCacheConfig?.disk?.directory;\n }\n\n // terminate backend\n PresentationBackend.terminate();\n await IModelHost.shutdown();\n if (hierarchiesCacheDirectory) {\n rimraf.sync(hierarchiesCacheDirectory);\n }\n\n // terminate frontend\n PresentationFrontend.terminate();\n await frontendApp.shutdown();\n\n isInitialized = false;\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PresentationManagerMode } from "@itwin/presentation-backend";
|
|
1
2
|
/**
|
|
2
3
|
* @module Hierarchies
|
|
3
4
|
*
|
|
@@ -26,4 +27,5 @@ export * from "./presentation-testing/Helpers";
|
|
|
26
27
|
* Utilities for creating test iModels that can be used to exercise presentation rules.
|
|
27
28
|
*/
|
|
28
29
|
export * from "./presentation-testing/IModelUtilities";
|
|
30
|
+
export { PresentationManagerMode };
|
|
29
31
|
//# sourceMappingURL=presentation-testing.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"presentation-testing.d.ts","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":"AAKA;;;;;GAKG;AACH,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,uCAAuC,CAAC;AAEtD;;;;;GAKG;AACH,cAAc,gCAAgC,CAAC;AAE/C;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC"}
|
|
1
|
+
{"version":3,"file":"presentation-testing.d.ts","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE;;;;;GAKG;AACH,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,uCAAuC,CAAC;AAEtD;;;;;GAKG;AACH,cAAc,gCAAgC,CAAC;AAE/C;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC;AAEvD,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
|
@@ -18,6 +18,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
18
18
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
19
19
|
};
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.PresentationManagerMode = void 0;
|
|
22
|
+
const presentation_backend_1 = require("@itwin/presentation-backend");
|
|
23
|
+
Object.defineProperty(exports, "PresentationManagerMode", { enumerable: true, get: function () { return presentation_backend_1.PresentationManagerMode; } });
|
|
21
24
|
/**
|
|
22
25
|
* @module Hierarchies
|
|
23
26
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"presentation-testing.js","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":";AAAA;;;gGAGgG
|
|
1
|
+
{"version":3,"file":"presentation-testing.js","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;;;;;;;;;;;;;;;;AAEhG,sEAAsE;AAkC7D,wGAlCA,8CAAuB,OAkCA;AAhChC;;;;;GAKG;AACH,0EAAwD;AAExD;;;;;GAKG;AACH,wEAAsD;AAEtD;;;;;GAKG;AACH,iEAA+C;AAE/C;;;;;GAKG;AACH,yEAAuD","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n\nimport { PresentationManagerMode } from \"@itwin/presentation-backend\";\n\n/**\n * @module Hierarchies\n *\n * @docs-group-description Hierarchies\n * Types for testing hierarchies.\n */\nexport * from \"./presentation-testing/HierarchyBuilder\";\n\n/**\n * @module Content\n *\n * @docs-group-description Content\n * Types for testing content.\n */\nexport * from \"./presentation-testing/ContentBuilder\";\n\n/**\n * @module Helpers\n *\n * @docs-group-description Helpers\n * Various test helpers.\n */\nexport * from \"./presentation-testing/Helpers\";\n\n/**\n * @module IModel\n *\n * @docs-group-description IModel\n * Utilities for creating test iModels that can be used to exercise presentation rules.\n */\nexport * from \"./presentation-testing/IModelUtilities\";\n\nexport { PresentationManagerMode }; // eslint-disable-line deprecation/deprecation\n"]}
|
|
@@ -2,14 +2,21 @@
|
|
|
2
2
|
* @module Helpers
|
|
3
3
|
*/
|
|
4
4
|
import { IModelHostOptions } from "@itwin/core-backend";
|
|
5
|
+
import { RpcInterfaceDefinition } from "@itwin/core-common";
|
|
5
6
|
import { IModelApp, IModelAppOptions } from "@itwin/core-frontend";
|
|
6
|
-
import { HierarchyCacheMode, PresentationManagerProps as PresentationBackendProps
|
|
7
|
+
import { HierarchyCacheMode, PresentationManagerProps as PresentationBackendProps } from "@itwin/presentation-backend";
|
|
7
8
|
import { PresentationProps as PresentationFrontendProps } from "@itwin/presentation-frontend";
|
|
8
9
|
/** @internal */
|
|
9
10
|
export declare const getTestOutputDir: () => string;
|
|
10
|
-
export { HierarchyCacheMode,
|
|
11
|
+
export { HierarchyCacheMode, PresentationBackendProps };
|
|
11
12
|
/** @public */
|
|
12
13
|
export interface PresentationTestingInitProps {
|
|
14
|
+
/**
|
|
15
|
+
* RPC interfaces to enable. Defaults to `[SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]`.
|
|
16
|
+
*
|
|
17
|
+
* Note: Implementations for these interfaces are **not** automatically registered on the backend - that has to be done manually.
|
|
18
|
+
*/
|
|
19
|
+
rpcs?: RpcInterfaceDefinition[];
|
|
13
20
|
/** Properties for backend initialization */
|
|
14
21
|
backendProps?: PresentationBackendProps;
|
|
15
22
|
/** Properties for `IModelHost` */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Helpers.d.ts","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":"AAIA;;GAEG;
|
|
1
|
+
{"version":3,"file":"Helpers.d.ts","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":"AAIA;;GAEG;AAKH,OAAO,EAAc,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAEpE,OAAO,EAAqE,sBAAsB,EAA8B,MAAM,oBAAoB,CAAC;AAC3J,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAe,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAuC,wBAAwB,IAAI,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAE5J,OAAO,EAAwC,iBAAiB,IAAI,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AA0BpI,gBAAgB;AAChB,eAAO,MAAM,gBAAgB,QAAO,MAEnC,CAAC;AAEF,OAAO,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,CAAC;AAExD,cAAc;AACd,MAAM,WAAW,4BAA4B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAChC,4CAA4C;IAC5C,YAAY,CAAC,EAAE,wBAAwB,CAAC;IACxC,kCAAkC;IAClC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;IACrC,6CAA6C;IAC7C,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C,+BAA+B;IAC/B,WAAW,CAAC,EAAE;QAAE,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE,gBAAgB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;KAAE,CAAC;IACtE,0BAA0B;IAC1B,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC,wFAAwF;IACxF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU,WAAkB,4BAA4B,kBAoCpE,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS,mDA0BrB,CAAC"}
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
/** @packageDocumentation
|
|
6
6
|
* @module Helpers
|
|
7
7
|
*/
|
|
8
|
-
/* istanbul ignore file */ // TODO: Remove istanbul ignore file when https://github.com/iTwin/itwinjs-backlog/issues/463 is fixed.
|
|
9
8
|
import { tmpdir } from "os";
|
|
10
9
|
import { join } from "path";
|
|
11
10
|
import * as rimraf from "rimraf";
|
|
@@ -13,7 +12,7 @@ import { IModelHost } from "@itwin/core-backend";
|
|
|
13
12
|
import { Guid } from "@itwin/core-bentley";
|
|
14
13
|
import { IModelReadRpcInterface, RpcConfiguration, RpcDefaultConfiguration, SnapshotIModelRpcInterface } from "@itwin/core-common";
|
|
15
14
|
import { IModelApp, NoRenderApp } from "@itwin/core-frontend";
|
|
16
|
-
import { HierarchyCacheMode, Presentation as PresentationBackend
|
|
15
|
+
import { HierarchyCacheMode, Presentation as PresentationBackend } from "@itwin/presentation-backend";
|
|
17
16
|
import { PresentationRpcInterface } from "@itwin/presentation-common";
|
|
18
17
|
import { Presentation as PresentationFrontend } from "@itwin/presentation-frontend";
|
|
19
18
|
function initializeRpcInterfaces(interfaces) {
|
|
@@ -29,7 +28,7 @@ function initializeRpcInterfaces(interfaces) {
|
|
|
29
28
|
}
|
|
30
29
|
};
|
|
31
30
|
for (const definition of interfaces) {
|
|
32
|
-
RpcConfiguration.assign(definition, () => config); // eslint-disable-line @itwin/no-internal
|
|
31
|
+
RpcConfiguration.assign(definition, /* istanbul ignore next */ () => config); // eslint-disable-line @itwin/no-internal
|
|
33
32
|
}
|
|
34
33
|
const instance = RpcConfiguration.obtain(config); // eslint-disable-line @itwin/no-internal
|
|
35
34
|
try {
|
|
@@ -47,8 +46,7 @@ let testOutputDir;
|
|
|
47
46
|
export const getTestOutputDir = () => {
|
|
48
47
|
return testOutputDir ?? defaultTestOutputDir;
|
|
49
48
|
};
|
|
50
|
-
|
|
51
|
-
export { HierarchyCacheMode, PresentationManagerMode };
|
|
49
|
+
export { HierarchyCacheMode };
|
|
52
50
|
/**
|
|
53
51
|
* Initialize the framework for presentation testing. The function sets up backend,
|
|
54
52
|
* frontend and RPC communication between them.
|
|
@@ -65,7 +63,7 @@ export const initialize = async (props) => {
|
|
|
65
63
|
props = {};
|
|
66
64
|
}
|
|
67
65
|
// set up rpc interfaces
|
|
68
|
-
initializeRpcInterfaces([SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]);
|
|
66
|
+
initializeRpcInterfaces(props.rpcs ?? [SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]);
|
|
69
67
|
// init backend
|
|
70
68
|
// make sure backend gets assigned an id which puts its resources into a unique directory
|
|
71
69
|
props.backendProps = props.backendProps ?? {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Helpers.js","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,
|
|
1
|
+
{"version":3,"file":"Helpers.js","sourceRoot":"","sources":["../../../src/presentation-testing/Helpers.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAC5B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAC5B,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AACjC,OAAO,EAAE,UAAU,EAAqB,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,uBAAuB,EAA0B,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC3J,OAAO,EAAE,SAAS,EAAoB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,kBAAkB,EAAE,YAAY,IAAI,mBAAmB,EAAwD,MAAM,6BAA6B,CAAC;AAC5J,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,YAAY,IAAI,oBAAoB,EAAkD,MAAM,8BAA8B,CAAC;AAEpI,SAAS,uBAAuB,CAAC,UAAoC;IACnE,MAAM,MAAM,GAAG,KAAM,SAAQ,uBAAuB;QAArC;;YACG;;;;uBAAkB,GAAG,EAAE,CAAC,UAAU;eAAC;QACrD,CAAC;KAAA,CAAC;IAEF,KAAK,MAAM,UAAU,IAAI,UAAU,EAAE;QACnC,gBAAgB,CAAC,MAAM,CAAC,UAAU,EAAE,0BAA0B,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,yCAAyC;KACxH;IAED,MAAM,QAAQ,GAAG,gBAAgB,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,yCAAyC;IAE3F,IAAI;QACF,gBAAgB,CAAC,oBAAoB,CAAC,QAAQ,CAAC,CAAC,CAAC,yCAAyC;KAC3F;IAAC,MAAM;QACN,kFAAkF;QAClF,yDAAyD;KAC1D;AACH,CAAC;AAED,IAAI,aAAa,GAAG,KAAK,CAAC;AAE1B,MAAM,oBAAoB,GAAG,MAAM,EAAE,CAAC;AACtC,IAAI,aAAiC,CAAC;AAEtC,gBAAgB;AAChB,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAW,EAAE;IAC3C,OAAO,aAAa,IAAI,oBAAoB,CAAC;AAC/C,CAAC,CAAC;AAEF,OAAO,EAAE,kBAAkB,EAA4B,CAAC;AAwBxD;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,EAAE,KAAoC,EAAE,EAAE;IACvE,IAAI,aAAa,EAAE;QACjB,OAAO;KACR;IAED,IAAI,CAAC,KAAK,EAAE;QACV,KAAK,GAAG,EAAE,CAAC;KACZ;IAED,wBAAwB;IACxB,uBAAuB,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,0BAA0B,EAAE,sBAAsB,EAAE,wBAAwB,CAAC,CAAC,CAAC;IAEtH,eAAe;IACf,yFAAyF;IACzF,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,IAAI,EAAE,CAAC;IAC9C,8CAA8C;IAC9C,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE,EAAE;QAC1B,KAAK,CAAC,YAAY,CAAC,EAAE,GAAG,QAAQ,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC,yCAAyC;KAChG;IACD,MAAM,UAAU,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,EAAE,GAAG,KAAK,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAC7F,mBAAmB,CAAC,UAAU,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;IAEnD,gBAAgB;IAChB,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE;QACtB,KAAK,CAAC,WAAW,GAAG,WAAW,CAAC;KACjC;IACD,MAAM,KAAK,CAAC,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;IAC1D,MAAM,oBAAoB,GAA8B;QACtD,YAAY,EAAE;YACZ,YAAY,EAAE,SAAS,CAAC,YAAY,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;SAC1D;KACF,CAAC;IACF,MAAM,oBAAoB,CAAC,UAAU,CAAC,EAAE,GAAG,oBAAoB,EAAE,GAAG,KAAK,CAAC,aAAa,EAAE,CAAC,CAAC;IAC3F,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC;IAEpC,aAAa,GAAG,IAAI,CAAC;AACvB,CAAC,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,EAAE,WAAW,GAAG,SAAS,EAAE,EAAE;IACzD,IAAI,CAAC,aAAa,EAAE;QAClB,OAAO;KACR;IAED,8CAA8C;IAC9C,IAAI,yBAA6C,CAAC;IAClD,MAAM,sBAAsB,GAAG,mBAAmB,CAAC,SAAS,EAAE,OAAO,EAAE,WAAW,CAAC;IACnF,IAAI,sBAAsB,EAAE,IAAI,KAAK,kBAAkB,CAAC,IAAI,EAAE;QAC5D,yBAAyB,GAAG,sBAAsB,EAAE,SAAS,CAAC;KAC/D;SAAM,IAAI,sBAAsB,EAAE,IAAI,KAAK,kBAAkB,CAAC,MAAM,EAAE;QACrE,yBAAyB,GAAG,sBAAsB,EAAE,IAAI,EAAE,SAAS,CAAC;KACrE;IAED,oBAAoB;IACpB,mBAAmB,CAAC,SAAS,EAAE,CAAC;IAChC,MAAM,UAAU,CAAC,QAAQ,EAAE,CAAC;IAC5B,IAAI,yBAAyB,EAAE;QAC7B,MAAM,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;KACxC;IAED,qBAAqB;IACrB,oBAAoB,CAAC,SAAS,EAAE,CAAC;IACjC,MAAM,WAAW,CAAC,QAAQ,EAAE,CAAC;IAE7B,aAAa,GAAG,KAAK,CAAC;AACxB,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Helpers\n */\n\nimport { tmpdir } from \"os\";\nimport { join } from \"path\";\nimport * as rimraf from \"rimraf\";\nimport { IModelHost, IModelHostOptions } from \"@itwin/core-backend\";\nimport { Guid } from \"@itwin/core-bentley\";\nimport { IModelReadRpcInterface, RpcConfiguration, RpcDefaultConfiguration, RpcInterfaceDefinition, SnapshotIModelRpcInterface } from \"@itwin/core-common\";\nimport { IModelApp, IModelAppOptions, NoRenderApp } from \"@itwin/core-frontend\";\nimport { HierarchyCacheMode, Presentation as PresentationBackend, PresentationManagerProps as PresentationBackendProps } from \"@itwin/presentation-backend\";\nimport { PresentationRpcInterface } from \"@itwin/presentation-common\";\nimport { Presentation as PresentationFrontend, PresentationProps as PresentationFrontendProps } from \"@itwin/presentation-frontend\";\n\nfunction initializeRpcInterfaces(interfaces: RpcInterfaceDefinition[]) {\n const config = class extends RpcDefaultConfiguration {\n public override interfaces: any = () => interfaces;\n };\n\n for (const definition of interfaces) {\n RpcConfiguration.assign(definition, /* istanbul ignore next */ () => config); // eslint-disable-line @itwin/no-internal\n }\n\n const instance = RpcConfiguration.obtain(config); // eslint-disable-line @itwin/no-internal\n\n try {\n RpcConfiguration.initializeInterfaces(instance); // eslint-disable-line @itwin/no-internal\n } catch {\n // this may fail with \"Error: RPC interface \"xxx\" is already initialized.\" because\n // multiple different tests want to set up rpc interfaces\n }\n}\n\nlet isInitialized = false;\n\nconst defaultTestOutputDir = tmpdir();\nlet testOutputDir: string | undefined;\n\n/** @internal */\nexport const getTestOutputDir = (): string => {\n return testOutputDir ?? defaultTestOutputDir;\n};\n\nexport { HierarchyCacheMode, PresentationBackendProps };\n\n/** @public */\nexport interface PresentationTestingInitProps {\n /**\n * RPC interfaces to enable. Defaults to `[SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]`.\n *\n * Note: Implementations for these interfaces are **not** automatically registered on the backend - that has to be done manually.\n */\n rpcs?: RpcInterfaceDefinition[];\n /** Properties for backend initialization */\n backendProps?: PresentationBackendProps;\n /** Properties for `IModelHost` */\n backendHostProps?: IModelHostOptions;\n /** Properties for frontend initialization */\n frontendProps?: PresentationFrontendProps;\n /** IModelApp implementation */\n frontendApp?: { startup: (opts?: IModelAppOptions) => Promise<void> };\n /** `IModelApp` options */\n frontendAppOptions?: IModelAppOptions;\n /** Custom test output directory. Defaults to temporary directory provided by the OS. */\n testOutputDir?: string;\n}\n\n/**\n * Initialize the framework for presentation testing. The function sets up backend,\n * frontend and RPC communication between them.\n *\n * @see `terminate`\n *\n * @public\n */\nexport const initialize = async (props?: PresentationTestingInitProps) => {\n if (isInitialized) {\n return;\n }\n\n if (!props) {\n props = {};\n }\n\n // set up rpc interfaces\n initializeRpcInterfaces(props.rpcs ?? [SnapshotIModelRpcInterface, IModelReadRpcInterface, PresentationRpcInterface]);\n\n // init backend\n // make sure backend gets assigned an id which puts its resources into a unique directory\n props.backendProps = props.backendProps ?? {};\n // eslint-disable-next-line @itwin/no-internal\n if (!props.backendProps.id) {\n props.backendProps.id = `test-${Guid.createValue()}`; // eslint-disable-line @itwin/no-internal\n }\n await IModelHost.startup({ cacheDir: join(__dirname, \".cache\"), ...props.backendHostProps });\n PresentationBackend.initialize(props.backendProps);\n\n // init frontend\n if (!props.frontendApp) {\n props.frontendApp = NoRenderApp;\n }\n await props.frontendApp.startup(props.frontendAppOptions);\n const defaultFrontendProps: PresentationFrontendProps = {\n presentation: {\n activeLocale: IModelApp.localization.getLanguageList()[0],\n },\n };\n await PresentationFrontend.initialize({ ...defaultFrontendProps, ...props.frontendProps });\n testOutputDir = props.testOutputDir;\n\n isInitialized = true;\n};\n\n/**\n * Undoes the setup made by `initialize`.\n * @param frontendApp IModelApp implementation\n *\n * @see `initialize`\n *\n * @public\n */\nexport const terminate = async (frontendApp = IModelApp) => {\n if (!isInitialized) {\n return;\n }\n\n // store directory that needs to be cleaned-up\n let hierarchiesCacheDirectory: string | undefined;\n const hierarchiesCacheConfig = PresentationBackend.initProps?.caching?.hierarchies;\n if (hierarchiesCacheConfig?.mode === HierarchyCacheMode.Disk) {\n hierarchiesCacheDirectory = hierarchiesCacheConfig?.directory;\n } else if (hierarchiesCacheConfig?.mode === HierarchyCacheMode.Hybrid) {\n hierarchiesCacheDirectory = hierarchiesCacheConfig?.disk?.directory;\n }\n\n // terminate backend\n PresentationBackend.terminate();\n await IModelHost.shutdown();\n if (hierarchiesCacheDirectory) {\n rimraf.sync(hierarchiesCacheDirectory);\n }\n\n // terminate frontend\n PresentationFrontend.terminate();\n await frontendApp.shutdown();\n\n isInitialized = false;\n};\n"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PresentationManagerMode } from "@itwin/presentation-backend";
|
|
1
2
|
/**
|
|
2
3
|
* @module Hierarchies
|
|
3
4
|
*
|
|
@@ -26,4 +27,5 @@ export * from "./presentation-testing/Helpers";
|
|
|
26
27
|
* Utilities for creating test iModels that can be used to exercise presentation rules.
|
|
27
28
|
*/
|
|
28
29
|
export * from "./presentation-testing/IModelUtilities";
|
|
30
|
+
export { PresentationManagerMode };
|
|
29
31
|
//# sourceMappingURL=presentation-testing.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"presentation-testing.d.ts","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":"AAKA;;;;;GAKG;AACH,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,uCAAuC,CAAC;AAEtD;;;;;GAKG;AACH,cAAc,gCAAgC,CAAC;AAE/C;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC"}
|
|
1
|
+
{"version":3,"file":"presentation-testing.d.ts","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE;;;;;GAKG;AACH,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,uCAAuC,CAAC;AAEtD;;;;;GAKG;AACH,cAAc,gCAAgC,CAAC;AAE/C;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC;AAEvD,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { PresentationManagerMode } from "@itwin/presentation-backend";
|
|
5
6
|
/**
|
|
6
7
|
* @module Hierarchies
|
|
7
8
|
*
|
|
@@ -30,4 +31,5 @@ export * from "./presentation-testing/Helpers";
|
|
|
30
31
|
* Utilities for creating test iModels that can be used to exercise presentation rules.
|
|
31
32
|
*/
|
|
32
33
|
export * from "./presentation-testing/IModelUtilities";
|
|
34
|
+
export { PresentationManagerMode }; // eslint-disable-line deprecation/deprecation
|
|
33
35
|
//# sourceMappingURL=presentation-testing.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"presentation-testing.js","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAEhG;;;;;GAKG;AACH,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,uCAAuC,CAAC;AAEtD;;;;;GAKG;AACH,cAAc,gCAAgC,CAAC;AAE/C;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n\n/**\n * @module Hierarchies\n *\n * @docs-group-description Hierarchies\n * Types for testing hierarchies.\n */\nexport * from \"./presentation-testing/HierarchyBuilder\";\n\n/**\n * @module Content\n *\n * @docs-group-description Content\n * Types for testing content.\n */\nexport * from \"./presentation-testing/ContentBuilder\";\n\n/**\n * @module Helpers\n *\n * @docs-group-description Helpers\n * Various test helpers.\n */\nexport * from \"./presentation-testing/Helpers\";\n\n/**\n * @module IModel\n *\n * @docs-group-description IModel\n * Utilities for creating test iModels that can be used to exercise presentation rules.\n */\nexport * from \"./presentation-testing/IModelUtilities\";\n"]}
|
|
1
|
+
{"version":3,"file":"presentation-testing.js","sourceRoot":"","sources":["../../src/presentation-testing.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAEhG,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAEtE;;;;;GAKG;AACH,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,uCAAuC,CAAC;AAEtD;;;;;GAKG;AACH,cAAc,gCAAgC,CAAC;AAE/C;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC;AAEvD,OAAO,EAAE,uBAAuB,EAAE,CAAC,CAAC,8CAA8C","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n\nimport { PresentationManagerMode } from \"@itwin/presentation-backend\";\n\n/**\n * @module Hierarchies\n *\n * @docs-group-description Hierarchies\n * Types for testing hierarchies.\n */\nexport * from \"./presentation-testing/HierarchyBuilder\";\n\n/**\n * @module Content\n *\n * @docs-group-description Content\n * Types for testing content.\n */\nexport * from \"./presentation-testing/ContentBuilder\";\n\n/**\n * @module Helpers\n *\n * @docs-group-description Helpers\n * Various test helpers.\n */\nexport * from \"./presentation-testing/Helpers\";\n\n/**\n * @module IModel\n *\n * @docs-group-description IModel\n * Utilities for creating test iModels that can be used to exercise presentation rules.\n */\nexport * from \"./presentation-testing/IModelUtilities\";\n\nexport { PresentationManagerMode }; // eslint-disable-line deprecation/deprecation\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-testing",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Testing utilities for iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
"extract-api": "betools extract-api --entry=presentation-testing --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"
|
|
39
|
+
"@itwin/presentation-components": "4.2.0",
|
|
40
|
+
"rimraf": "^5.0.1",
|
|
40
41
|
"sanitize-filename": "^1.6.3"
|
|
41
42
|
},
|
|
42
43
|
"peerDependencies": {
|
|
@@ -48,48 +49,46 @@
|
|
|
48
49
|
"@itwin/core-frontend": "^3.6.3 || ^4.0.0",
|
|
49
50
|
"@itwin/presentation-backend": "^3.6.3 || ^4.0.0",
|
|
50
51
|
"@itwin/presentation-common": "^3.6.3 || ^4.0.0",
|
|
51
|
-
"@itwin/presentation-components": "^4.0.1",
|
|
52
52
|
"@itwin/presentation-frontend": "^3.6.3 || ^4.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@itwin/appui-abstract": "^4.1.
|
|
56
|
-
"@itwin/build-tools": "^4.1.
|
|
57
|
-
"@itwin/components-react": "^4.
|
|
58
|
-
"@itwin/core-backend": "^4.1.
|
|
59
|
-
"@itwin/core-bentley": "^4.1.
|
|
60
|
-
"@itwin/core-common": "^4.1.
|
|
61
|
-
"@itwin/core-frontend": "^4.1.
|
|
62
|
-
"@itwin/core-geometry": "^4.1.
|
|
63
|
-
"@itwin/core-orbitgt": "^4.1.
|
|
64
|
-
"@itwin/core-quantity": "^4.1.
|
|
65
|
-
"@itwin/core-react": "^4.
|
|
66
|
-
"@itwin/ecschema-metadata": "^4.1.
|
|
67
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
68
|
-
"@itwin/presentation-backend": "^4.1.
|
|
69
|
-
"@itwin/presentation-common": "^4.1.
|
|
70
|
-
"@itwin/presentation-
|
|
71
|
-
"@itwin/
|
|
72
|
-
"@itwin/webgl-compatibility": "^4.1.0-dev.35",
|
|
55
|
+
"@itwin/appui-abstract": "^4.1.1",
|
|
56
|
+
"@itwin/build-tools": "^4.1.1",
|
|
57
|
+
"@itwin/components-react": "^4.4.0",
|
|
58
|
+
"@itwin/core-backend": "^4.1.1",
|
|
59
|
+
"@itwin/core-bentley": "^4.1.1",
|
|
60
|
+
"@itwin/core-common": "^4.1.1",
|
|
61
|
+
"@itwin/core-frontend": "^4.1.1",
|
|
62
|
+
"@itwin/core-geometry": "^4.1.1",
|
|
63
|
+
"@itwin/core-orbitgt": "^4.1.1",
|
|
64
|
+
"@itwin/core-quantity": "^4.1.1",
|
|
65
|
+
"@itwin/core-react": "^4.4.0",
|
|
66
|
+
"@itwin/ecschema-metadata": "^4.1.1",
|
|
67
|
+
"@itwin/eslint-plugin": "4.0.0-dev.48",
|
|
68
|
+
"@itwin/presentation-backend": "^4.1.1",
|
|
69
|
+
"@itwin/presentation-common": "^4.1.1",
|
|
70
|
+
"@itwin/presentation-frontend": "^4.1.1",
|
|
71
|
+
"@itwin/webgl-compatibility": "^4.1.1",
|
|
73
72
|
"@opentelemetry/api": "^1.4.1",
|
|
74
73
|
"@types/chai": "4.3.1",
|
|
75
74
|
"@types/chai-as-promised": "^7.1.5",
|
|
76
75
|
"@types/chai-jest-snapshot": "^1.3.6",
|
|
77
76
|
"@types/mocha": "^8.2.3",
|
|
78
|
-
"@types/sinon": "^10.0.
|
|
77
|
+
"@types/sinon": "^10.0.16",
|
|
79
78
|
"@types/sinon-chai": "^3.2.9",
|
|
80
79
|
"chai": "^4.3.7",
|
|
81
80
|
"chai-as-promised": "^7.1.1",
|
|
82
81
|
"chai-jest-snapshot": "^2.0.0",
|
|
83
82
|
"cpx2": "^3.0.2",
|
|
84
|
-
"eslint": "^8.
|
|
83
|
+
"eslint": "^8.47.0",
|
|
85
84
|
"ignore-styles": "^5.0.1",
|
|
86
85
|
"jsdom": "^22.1.0",
|
|
87
86
|
"jsdom-global": "3.0.2",
|
|
88
87
|
"mocha": "^10.2.0",
|
|
89
88
|
"nyc": "^15.1.0",
|
|
90
|
-
"react": "^17.0.
|
|
91
|
-
"react-dom": "^17.0.
|
|
92
|
-
"sinon": "^15.
|
|
89
|
+
"react": "^17.0.2",
|
|
90
|
+
"react-dom": "^17.0.2",
|
|
91
|
+
"sinon": "^15.2.0",
|
|
93
92
|
"sinon-chai": "^3.7.0",
|
|
94
93
|
"typemoq": "^2.1.0",
|
|
95
94
|
"typescript": "~5.0.4"
|