@finos/legend-graph 22.2.2 → 22.2.4
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/lib/graph/metamodel/pure/test/result/RunTestsTestableInput.d.ts +2 -2
- package/lib/graph/metamodel/pure/test/result/TestResult.d.ts +9 -4
- package/lib/graph/metamodel/pure/test/result/TestResult.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/test/result/TestResult.js +13 -4
- package/lib/graph/metamodel/pure/test/result/TestResult.js.map +1 -1
- package/lib/graph/metamodel/pure/test/result/{AtomicTestId.d.ts → UniqueTestId.d.ts} +2 -2
- package/lib/graph/metamodel/pure/test/result/UniqueTestId.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/test/result/{AtomicTestId.js → UniqueTestId.js} +2 -2
- package/lib/graph/metamodel/pure/test/result/{AtomicTestId.js.map → UniqueTestId.js.map} +1 -1
- package/lib/graphManager/AbstractPureGraphManager.d.ts +2 -1
- package/lib/graphManager/AbstractPureGraphManager.d.ts.map +1 -1
- package/lib/graphManager/AbstractPureGraphManager.js.map +1 -1
- package/lib/graphManager/GraphManagerState.d.ts +1 -0
- package/lib/graphManager/GraphManagerState.d.ts.map +1 -1
- package/lib/graphManager/GraphManagerState.js +4 -0
- package/lib/graphManager/GraphManagerState.js.map +1 -1
- package/lib/graphManager/action/analytics/MappingModelCoverageAnalysis.d.ts +3 -1
- package/lib/graphManager/action/analytics/MappingModelCoverageAnalysis.d.ts.map +1 -1
- package/lib/graphManager/action/analytics/MappingModelCoverageAnalysis.js +3 -1
- package/lib/graphManager/action/analytics/MappingModelCoverageAnalysis.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/V1_PureGraphManager.d.ts +3 -2
- package/lib/graphManager/protocol/pure/v1/V1_PureGraphManager.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/V1_PureGraphManager.js +16 -11
- package/lib/graphManager/protocol/pure/v1/V1_PureGraphManager.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/V1_Engine.d.ts +1 -0
- package/lib/graphManager/protocol/pure/v1/engine/V1_Engine.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/V1_Engine.js +3 -0
- package/lib/graphManager/protocol/pure/v1/engine/V1_Engine.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/V1_EngineServerClient.d.ts +2 -2
- package/lib/graphManager/protocol/pure/v1/engine/V1_EngineServerClient.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/V1_EngineServerClient.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/analytics/V1_MappingModelCoverageAnalysis.d.ts +2 -1
- package/lib/graphManager/protocol/pure/v1/engine/analytics/V1_MappingModelCoverageAnalysis.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/analytics/V1_MappingModelCoverageAnalysis.js +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/analytics/V1_MappingModelCoverageAnalysis.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/engine/test/V1_RunTestsInput.d.ts +2 -2
- package/lib/graphManager/protocol/pure/v1/engine/test/V1_RunTestsInput.js +2 -2
- package/lib/graphManager/protocol/pure/v1/model/test/{V1_AtomicTestId.d.ts → V1_UniqueTestId.d.ts} +2 -2
- package/lib/graphManager/protocol/pure/v1/model/test/V1_UniqueTestId.d.ts.map +1 -0
- package/lib/graphManager/protocol/pure/v1/model/test/{V1_AtomicTestId.js → V1_UniqueTestId.js} +2 -2
- package/lib/graphManager/protocol/pure/v1/model/test/V1_UniqueTestId.js.map +1 -0
- package/lib/graphManager/protocol/pure/v1/model/test/result/V1_TestResult.d.ts +5 -5
- package/lib/graphManager/protocol/pure/v1/model/test/result/V1_TestResult.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/model/test/result/V1_TestResult.js +3 -3
- package/lib/graphManager/protocol/pure/v1/model/test/result/V1_TestResult.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_DomainBuilderHelper.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_DomainBuilderHelper.js +24 -1
- package/lib/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_DomainBuilderHelper.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_TestResultBuilderHelper.d.ts +3 -4
- package/lib/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_TestResultBuilderHelper.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_TestResultBuilderHelper.js +24 -32
- package/lib/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_TestResultBuilderHelper.js.map +1 -1
- package/lib/graphManager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_TestSerializationHelper.d.ts +4 -5
- package/lib/graphManager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_TestSerializationHelper.d.ts.map +1 -1
- package/lib/graphManager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_TestSerializationHelper.js +15 -18
- package/lib/graphManager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_TestSerializationHelper.js.map +1 -1
- package/lib/index.d.ts +1 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -3
- package/lib/index.js.map +1 -1
- package/lib/package.json +4 -4
- package/package.json +7 -7
- package/src/graph/metamodel/pure/test/result/RunTestsTestableInput.ts +2 -2
- package/src/graph/metamodel/pure/test/result/TestResult.ts +15 -4
- package/src/graph/metamodel/pure/test/result/{AtomicTestId.ts → UniqueTestId.ts} +1 -1
- package/src/graphManager/AbstractPureGraphManager.ts +2 -0
- package/src/graphManager/GraphManagerState.ts +5 -0
- package/src/graphManager/action/analytics/MappingModelCoverageAnalysis.ts +5 -1
- package/src/graphManager/protocol/pure/v1/V1_PureGraphManager.ts +22 -8
- package/src/graphManager/protocol/pure/v1/engine/V1_Engine.ts +7 -0
- package/src/graphManager/protocol/pure/v1/engine/V1_EngineServerClient.ts +5 -2
- package/src/graphManager/protocol/pure/v1/engine/analytics/V1_MappingModelCoverageAnalysis.ts +3 -0
- package/src/graphManager/protocol/pure/v1/engine/test/V1_RunTestsInput.ts +4 -4
- package/src/graphManager/protocol/pure/v1/model/test/{V1_AtomicTestId.ts → V1_UniqueTestId.ts} +1 -1
- package/src/graphManager/protocol/pure/v1/model/test/result/V1_TestResult.ts +5 -4
- package/src/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_DomainBuilderHelper.ts +35 -0
- package/src/graphManager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_TestResultBuilderHelper.ts +38 -44
- package/src/graphManager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_TestSerializationHelper.ts +15 -19
- package/src/index.ts +1 -3
- package/tsconfig.json +2 -4
- package/lib/graph/metamodel/pure/test/TestBatch.d.ts +0 -24
- package/lib/graph/metamodel/pure/test/TestBatch.d.ts.map +0 -1
- package/lib/graph/metamodel/pure/test/TestBatch.js +0 -21
- package/lib/graph/metamodel/pure/test/TestBatch.js.map +0 -1
- package/lib/graph/metamodel/pure/test/result/AtomicTestId.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/model/test/V1_AtomicTestId.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/model/test/V1_AtomicTestId.js.map +0 -1
- package/lib/graphManager/protocol/pure/v1/model/test/V1_TestBatch.d.ts +0 -24
- package/lib/graphManager/protocol/pure/v1/model/test/V1_TestBatch.d.ts.map +0 -1
- package/lib/graphManager/protocol/pure/v1/model/test/V1_TestBatch.js +0 -21
- package/lib/graphManager/protocol/pure/v1/model/test/V1_TestBatch.js.map +0 -1
- package/src/graph/metamodel/pure/test/TestBatch.ts +0 -26
- package/src/graphManager/protocol/pure/v1/model/test/V1_TestBatch.ts +0 -26
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
custom,
|
|
27
27
|
deserialize,
|
|
28
28
|
list,
|
|
29
|
+
optional,
|
|
29
30
|
primitive,
|
|
30
31
|
serialize,
|
|
31
32
|
SKIP,
|
|
@@ -49,12 +50,11 @@ import type { V1_TestAssertion } from '../../../model/test/assertion/V1_TestAsse
|
|
|
49
50
|
import {
|
|
50
51
|
type V1_TestResult,
|
|
51
52
|
V1_TestError,
|
|
52
|
-
|
|
53
|
-
V1_TestPassed,
|
|
53
|
+
V1_TestExecuted,
|
|
54
54
|
} from '../../../model/test/result/V1_TestResult.js';
|
|
55
55
|
import type { V1_AtomicTest } from '../../../model/test/V1_AtomicTest.js';
|
|
56
|
-
import { V1_AtomicTestId } from '../../../model/test/V1_AtomicTestId.js';
|
|
57
56
|
import type { V1_TestSuite } from '../../../model/test/V1_TestSuite.js';
|
|
57
|
+
import { V1_UniqueTestId } from '../../../model/test/V1_UniqueTestId.js';
|
|
58
58
|
import { V1_externalFormatDataModelSchema } from './V1_DataElementSerializationHelper.js';
|
|
59
59
|
import {
|
|
60
60
|
V1_mappingTestModelSchema,
|
|
@@ -79,8 +79,7 @@ export enum V1_TestAssertionType {
|
|
|
79
79
|
|
|
80
80
|
enum V1_TestResultType {
|
|
81
81
|
TEST_ERROR = 'testError',
|
|
82
|
-
|
|
83
|
-
TEST_FAILED = 'testFailed',
|
|
82
|
+
TEST_EXECUTED = 'testExecuted',
|
|
84
83
|
MULTI_EXECUTION_TEST_RESULT = 'multiExecutionTestResult',
|
|
85
84
|
// Remove once https://github.com/finos/legend-engine/pull/808 is released
|
|
86
85
|
TEMPROARY_MULTI_EXECUTION_TEST_RESULT = 'MultiExecutionServiceTestResult',
|
|
@@ -91,7 +90,7 @@ export enum V1_TestSuiteType {
|
|
|
91
90
|
MAPPING_TEST_SUITE = 'mappingTestSuite',
|
|
92
91
|
}
|
|
93
92
|
|
|
94
|
-
export const
|
|
93
|
+
export const V1_uniqueTestIdModelSchema = createModelSchema(V1_UniqueTestId, {
|
|
95
94
|
atomicTestId: primitive(),
|
|
96
95
|
testSuiteId: primitive(),
|
|
97
96
|
});
|
|
@@ -172,26 +171,29 @@ const V1_equalToTDSModelSchema = createModelSchema(V1_EqualToTDS, {
|
|
|
172
171
|
});
|
|
173
172
|
|
|
174
173
|
export const V1_testErrorModelSchema = createModelSchema(V1_TestError, {
|
|
175
|
-
atomicTestId:
|
|
174
|
+
atomicTestId: primitive(),
|
|
176
175
|
error: primitive(),
|
|
177
176
|
testable: primitive(),
|
|
177
|
+
testSuiteId: primitive(),
|
|
178
178
|
});
|
|
179
179
|
|
|
180
|
-
export const
|
|
180
|
+
export const V1_testExecutedModelSchema = createModelSchema(V1_TestExecuted, {
|
|
181
181
|
assertStatuses: list(
|
|
182
182
|
custom(
|
|
183
183
|
(val) => V1_serializeAssertionStatus(val),
|
|
184
184
|
(val) => V1_deserializeAssertionStatus(val),
|
|
185
185
|
),
|
|
186
186
|
),
|
|
187
|
-
atomicTestId:
|
|
187
|
+
atomicTestId: primitive(),
|
|
188
188
|
testable: primitive(),
|
|
189
|
+
testExecutionStatus: primitive(),
|
|
190
|
+
testSuiteId: optional(primitive()),
|
|
189
191
|
});
|
|
190
192
|
|
|
191
193
|
export const V1_MultiExecutionServiceTestResultModelSchema = createModelSchema(
|
|
192
194
|
V1_MultiExecutionServiceTestResult,
|
|
193
195
|
{
|
|
194
|
-
atomicTestId:
|
|
196
|
+
atomicTestId: primitive(),
|
|
195
197
|
keyIndexedTestResults: custom(
|
|
196
198
|
() => SKIP,
|
|
197
199
|
(val) =>
|
|
@@ -200,24 +202,18 @@ export const V1_MultiExecutionServiceTestResultModelSchema = createModelSchema(
|
|
|
200
202
|
),
|
|
201
203
|
),
|
|
202
204
|
testable: primitive(),
|
|
205
|
+
testSuiteId: primitive(),
|
|
203
206
|
},
|
|
204
207
|
);
|
|
205
208
|
|
|
206
|
-
export const V1_testPassedModelSchema = createModelSchema(V1_TestPassed, {
|
|
207
|
-
atomicTestId: usingModelSchema(V1_atomicTestIdModelSchema),
|
|
208
|
-
testable: primitive(),
|
|
209
|
-
});
|
|
210
|
-
|
|
211
209
|
export function V1_deserializeTestResult(
|
|
212
210
|
json: PlainObject<V1_TestResult>,
|
|
213
211
|
): V1_TestResult {
|
|
214
212
|
switch (json._type) {
|
|
215
213
|
case V1_TestResultType.TEST_ERROR:
|
|
216
214
|
return deserialize(V1_testErrorModelSchema, json);
|
|
217
|
-
case V1_TestResultType.
|
|
218
|
-
return deserialize(
|
|
219
|
-
case V1_TestResultType.TEST_PASSED:
|
|
220
|
-
return deserialize(V1_testPassedModelSchema, json);
|
|
215
|
+
case V1_TestResultType.TEST_EXECUTED:
|
|
216
|
+
return deserialize(V1_testExecutedModelSchema, json);
|
|
221
217
|
case V1_TestResultType.MULTI_EXECUTION_TEST_RESULT:
|
|
222
218
|
case V1_TestResultType.TEMPROARY_MULTI_EXECUTION_TEST_RESULT:
|
|
223
219
|
return deserialize(V1_MultiExecutionServiceTestResultModelSchema, json);
|
package/src/index.ts
CHANGED
|
@@ -310,13 +310,11 @@ export * from './graph/metamodel/pure/test/assertion/status/AssertPass.js';
|
|
|
310
310
|
export * from './graph/metamodel/pure/test/assertion/status/EqualToJsonAssertFail.js';
|
|
311
311
|
export * from './graph/metamodel/pure/test/assertion/TestAssertion.js';
|
|
312
312
|
export * from './graph/metamodel/pure/test/Test.js';
|
|
313
|
-
export * from './graph/metamodel/pure/test/TestBatch.js';
|
|
314
313
|
export * from './graph/metamodel/pure/test/assertion/EqualTo.js';
|
|
315
314
|
export * from './graph/metamodel/pure/test/assertion/EqualToJson.js';
|
|
316
315
|
export * from './graph/metamodel/pure/test/assertion/EqualToTDS.js';
|
|
317
|
-
export * from './graph/metamodel/pure/test/result/
|
|
316
|
+
export * from './graph/metamodel/pure/test/result/UniqueTestId.js';
|
|
318
317
|
export * from './graphManager/protocol/pure/v1/model/test/V1_AtomicTest.js';
|
|
319
|
-
export * from './graphManager/protocol/pure/v1/model/test/V1_TestBatch.js';
|
|
320
318
|
export * from './graphManager/protocol/pure/v1/model/test/assertion/V1_EqualToJson.js';
|
|
321
319
|
export * from './graphManager/protocol/pure/v1/model/test/assertion/V1_TestAssertion.js';
|
|
322
320
|
export * from './graphManager/protocol/pure/v1/model/test/assertion/status/V1_AssertionStatus.js';
|
package/tsconfig.json
CHANGED
|
@@ -240,7 +240,6 @@
|
|
|
240
240
|
"./src/graph/metamodel/pure/rawValueSpecification/RawValueSpecification.ts",
|
|
241
241
|
"./src/graph/metamodel/pure/rawValueSpecification/RawVariableExpression.ts",
|
|
242
242
|
"./src/graph/metamodel/pure/test/Test.ts",
|
|
243
|
-
"./src/graph/metamodel/pure/test/TestBatch.ts",
|
|
244
243
|
"./src/graph/metamodel/pure/test/Testable.ts",
|
|
245
244
|
"./src/graph/metamodel/pure/test/assertion/EqualTo.ts",
|
|
246
245
|
"./src/graph/metamodel/pure/test/assertion/EqualToJson.ts",
|
|
@@ -250,9 +249,9 @@
|
|
|
250
249
|
"./src/graph/metamodel/pure/test/assertion/status/AssertPass.ts",
|
|
251
250
|
"./src/graph/metamodel/pure/test/assertion/status/AssertionStatus.ts",
|
|
252
251
|
"./src/graph/metamodel/pure/test/assertion/status/EqualToJsonAssertFail.ts",
|
|
253
|
-
"./src/graph/metamodel/pure/test/result/AtomicTestId.ts",
|
|
254
252
|
"./src/graph/metamodel/pure/test/result/RunTestsTestableInput.ts",
|
|
255
253
|
"./src/graph/metamodel/pure/test/result/TestResult.ts",
|
|
254
|
+
"./src/graph/metamodel/pure/test/result/UniqueTestId.ts",
|
|
256
255
|
"./src/graph/metamodel/pure/valueSpecification/Expression.ts",
|
|
257
256
|
"./src/graph/metamodel/pure/valueSpecification/GraphFetchTree.ts",
|
|
258
257
|
"./src/graph/metamodel/pure/valueSpecification/INTERNAL__PropagatedValue.ts",
|
|
@@ -515,10 +514,9 @@
|
|
|
515
514
|
"./src/graphManager/protocol/pure/v1/model/rawValueSpecification/V1_RawValueSpecification.ts",
|
|
516
515
|
"./src/graphManager/protocol/pure/v1/model/rawValueSpecification/V1_RawVariable.ts",
|
|
517
516
|
"./src/graphManager/protocol/pure/v1/model/test/V1_AtomicTest.ts",
|
|
518
|
-
"./src/graphManager/protocol/pure/v1/model/test/V1_AtomicTestId.ts",
|
|
519
517
|
"./src/graphManager/protocol/pure/v1/model/test/V1_Test.ts",
|
|
520
|
-
"./src/graphManager/protocol/pure/v1/model/test/V1_TestBatch.ts",
|
|
521
518
|
"./src/graphManager/protocol/pure/v1/model/test/V1_TestSuite.ts",
|
|
519
|
+
"./src/graphManager/protocol/pure/v1/model/test/V1_UniqueTestId.ts",
|
|
522
520
|
"./src/graphManager/protocol/pure/v1/model/test/assertion/V1_EqualTo.ts",
|
|
523
521
|
"./src/graphManager/protocol/pure/v1/model/test/assertion/V1_EqualToJson.ts",
|
|
524
522
|
"./src/graphManager/protocol/pure/v1/model/test/assertion/V1_EqualToTDS.ts",
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type { Hashable } from '@finos/legend-shared';
|
|
17
|
-
import type { TestAssertion } from './assertion/TestAssertion.js';
|
|
18
|
-
export declare abstract class TestBatch implements Hashable {
|
|
19
|
-
id: string;
|
|
20
|
-
batchId: string;
|
|
21
|
-
assertions: TestAssertion[];
|
|
22
|
-
abstract get hashCode(): string;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=TestBatch.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TestBatch.d.ts","sourceRoot":"","sources":["../../../../../src/graph/metamodel/pure/test/TestBatch.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAElE,8BAAsB,SAAU,YAAW,QAAQ;IACjD,EAAE,EAAG,MAAM,CAAC;IACZ,OAAO,EAAG,MAAM,CAAC;IACjB,UAAU,EAAE,aAAa,EAAE,CAAM;IAEjC,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC;CACjC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export class TestBatch {
|
|
17
|
-
id;
|
|
18
|
-
batchId;
|
|
19
|
-
assertions = [];
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=TestBatch.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TestBatch.js","sourceRoot":"","sources":["../../../../../src/graph/metamodel/pure/test/TestBatch.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,MAAM,OAAgB,SAAS;IAC7B,EAAE,CAAU;IACZ,OAAO,CAAU;IACjB,UAAU,GAAoB,EAAE,CAAC;CAGlC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AtomicTestId.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/test/result/AtomicTestId.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAExD,qBAAa,YAAY;IACvB,WAAW,EAAE,SAAS,GAAG,SAAS,CAAC;IACnC,UAAU,EAAE,UAAU,CAAC;gBAEX,SAAS,EAAE,SAAS,GAAG,SAAS,EAAE,YAAY,EAAE,UAAU;CAIvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1_AtomicTestId.d.ts","sourceRoot":"","sources":["../../../../../../../src/graphManager/protocol/pure/v1/model/test/V1_AtomicTestId.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,qBAAa,eAAe;IAC1B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,YAAY,EAAG,MAAM,CAAC;CACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1_AtomicTestId.js","sourceRoot":"","sources":["../../../../../../../src/graphManager/protocol/pure/v1/model/test/V1_AtomicTestId.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,OAAO,eAAe;IAC1B,WAAW,CAAqB;IAChC,YAAY,CAAU;CACvB"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import type { Hashable } from '@finos/legend-shared';
|
|
17
|
-
import type { V1_TestAssertion } from './assertion/V1_TestAssertion.js';
|
|
18
|
-
export declare abstract class V1_TestBatch implements Hashable {
|
|
19
|
-
id: string;
|
|
20
|
-
batchId: string;
|
|
21
|
-
assertions: V1_TestAssertion[];
|
|
22
|
-
abstract get hashCode(): string;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=V1_TestBatch.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1_TestBatch.d.ts","sourceRoot":"","sources":["../../../../../../../src/graphManager/protocol/pure/v1/model/test/V1_TestBatch.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAExE,8BAAsB,YAAa,YAAW,QAAQ;IACpD,EAAE,EAAG,MAAM,CAAC;IACZ,OAAO,EAAG,MAAM,CAAC;IACjB,UAAU,EAAE,gBAAgB,EAAE,CAAM;IAEpC,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC;CACjC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
export class V1_TestBatch {
|
|
17
|
-
id;
|
|
18
|
-
batchId;
|
|
19
|
-
assertions = [];
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=V1_TestBatch.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1_TestBatch.js","sourceRoot":"","sources":["../../../../../../../src/graphManager/protocol/pure/v1/model/test/V1_TestBatch.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,MAAM,OAAgB,YAAY;IAChC,EAAE,CAAU;IACZ,OAAO,CAAU;IACjB,UAAU,GAAuB,EAAE,CAAC;CAGrC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
import type { Hashable } from '@finos/legend-shared';
|
|
18
|
-
import type { TestAssertion } from './assertion/TestAssertion.js';
|
|
19
|
-
|
|
20
|
-
export abstract class TestBatch implements Hashable {
|
|
21
|
-
id!: string;
|
|
22
|
-
batchId!: string;
|
|
23
|
-
assertions: TestAssertion[] = [];
|
|
24
|
-
|
|
25
|
-
abstract get hashCode(): string;
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
import type { Hashable } from '@finos/legend-shared';
|
|
18
|
-
import type { V1_TestAssertion } from './assertion/V1_TestAssertion.js';
|
|
19
|
-
|
|
20
|
-
export abstract class V1_TestBatch implements Hashable {
|
|
21
|
-
id!: string;
|
|
22
|
-
batchId!: string;
|
|
23
|
-
assertions: V1_TestAssertion[] = [];
|
|
24
|
-
|
|
25
|
-
abstract get hashCode(): string;
|
|
26
|
-
}
|