@finos/legend-application-studio 27.0.0 → 27.1.1

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.
Files changed (176) hide show
  1. package/lib/__lib__/LegendStudioApplicationNavigationContext.d.ts +9 -1
  2. package/lib/__lib__/LegendStudioApplicationNavigationContext.d.ts.map +1 -1
  3. package/lib/__lib__/LegendStudioApplicationNavigationContext.js +11 -1
  4. package/lib/__lib__/LegendStudioApplicationNavigationContext.js.map +1 -1
  5. package/lib/__lib__/LegendStudioEvent.d.ts +1 -0
  6. package/lib/__lib__/LegendStudioEvent.d.ts.map +1 -1
  7. package/lib/__lib__/LegendStudioEvent.js +1 -0
  8. package/lib/__lib__/LegendStudioEvent.js.map +1 -1
  9. package/lib/application/LegendStudioApplicationConfig.d.ts +6 -0
  10. package/lib/application/LegendStudioApplicationConfig.d.ts.map +1 -1
  11. package/lib/application/LegendStudioApplicationConfig.js +7 -0
  12. package/lib/application/LegendStudioApplicationConfig.js.map +1 -1
  13. package/lib/components/ElementIconUtils.d.ts.map +1 -1
  14. package/lib/components/ElementIconUtils.js +3 -1
  15. package/lib/components/ElementIconUtils.js.map +1 -1
  16. package/lib/components/editor/editor-group/ModelImporter.d.ts.map +1 -1
  17. package/lib/components/editor/editor-group/ModelImporter.js +1 -0
  18. package/lib/components/editor/editor-group/ModelImporter.js.map +1 -1
  19. package/lib/components/editor/editor-group/connection-editor/DatabaseBuilder.d.ts.map +1 -1
  20. package/lib/components/editor/editor-group/connection-editor/DatabaseBuilder.js +8 -10
  21. package/lib/components/editor/editor-group/connection-editor/DatabaseBuilder.js.map +1 -1
  22. package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.d.ts.map +1 -1
  23. package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js +10 -4
  24. package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js.map +1 -1
  25. package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
  26. package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js +65 -12
  27. package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js.map +1 -1
  28. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts.map +1 -1
  29. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +3 -0
  30. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
  31. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
  32. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +3 -0
  33. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
  34. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -1
  35. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +3 -0
  36. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
  37. package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.d.ts +1 -1
  38. package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.d.ts.map +1 -1
  39. package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js +101 -137
  40. package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js.map +1 -1
  41. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js +1 -2
  42. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js.map +1 -1
  43. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  44. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js +9 -4
  45. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js.map +1 -1
  46. package/lib/components/editor/editor-group/testable/TestableSharedComponents.d.ts +11 -0
  47. package/lib/components/editor/editor-group/testable/TestableSharedComponents.d.ts.map +1 -1
  48. package/lib/components/editor/editor-group/testable/TestableSharedComponents.js +27 -2
  49. package/lib/components/editor/editor-group/testable/TestableSharedComponents.js.map +1 -1
  50. package/lib/components/editor/panel-group/SQLPlaygroundPanel.d.ts.map +1 -1
  51. package/lib/components/editor/panel-group/SQLPlaygroundPanel.js +38 -6
  52. package/lib/components/editor/panel-group/SQLPlaygroundPanel.js.map +1 -1
  53. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +3 -0
  54. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  55. package/lib/components/editor/side-bar/CreateNewElementModal.js +43 -1
  56. package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
  57. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.d.ts.map +1 -1
  58. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +10 -0
  59. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -1
  60. package/lib/index.css +2 -2
  61. package/lib/index.css.map +1 -1
  62. package/lib/package.json +1 -1
  63. package/lib/stores/editor/EditorGraphState.js +1 -1
  64. package/lib/stores/editor/EditorGraphState.js.map +1 -1
  65. package/lib/stores/editor/EditorStore.d.ts.map +1 -1
  66. package/lib/stores/editor/EditorStore.js +10 -2
  67. package/lib/stores/editor/EditorStore.js.map +1 -1
  68. package/lib/stores/editor/NewElementState.d.ts +0 -1
  69. package/lib/stores/editor/NewElementState.d.ts.map +1 -1
  70. package/lib/stores/editor/NewElementState.js +43 -10
  71. package/lib/stores/editor/NewElementState.js.map +1 -1
  72. package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.d.ts +0 -1
  73. package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.d.ts.map +1 -1
  74. package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.js +26 -30
  75. package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
  76. package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.d.ts +2 -2
  77. package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.d.ts.map +1 -1
  78. package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.js +2 -2
  79. package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.js.map +1 -1
  80. package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.d.ts +14 -19
  81. package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.d.ts.map +1 -1
  82. package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.js +30 -65
  83. package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.js.map +1 -1
  84. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +4 -1
  85. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
  86. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js +5 -1
  87. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
  88. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.d.ts +56 -78
  89. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.d.ts.map +1 -1
  90. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.js +285 -384
  91. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.js.map +1 -1
  92. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestingHelper.d.ts +23 -0
  93. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestingHelper.d.ts.map +1 -0
  94. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestingHelper.js +129 -0
  95. package/lib/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestingHelper.js.map +1 -0
  96. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.d.ts.map +1 -1
  97. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.js +2 -2
  98. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.js.map +1 -1
  99. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts +1 -0
  100. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
  101. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +12 -2
  102. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
  103. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.d.ts.map +1 -1
  104. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js +15 -8
  105. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -1
  106. package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.d.ts +7 -4
  107. package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.d.ts.map +1 -1
  108. package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.js +53 -10
  109. package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -1
  110. package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.d.ts +2 -1
  111. package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.d.ts.map +1 -1
  112. package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js +20 -16
  113. package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -1
  114. package/lib/stores/editor/panel-group/SQLPlaygroundPanelState.d.ts +9 -0
  115. package/lib/stores/editor/panel-group/SQLPlaygroundPanelState.d.ts.map +1 -1
  116. package/lib/stores/editor/panel-group/SQLPlaygroundPanelState.js +149 -3
  117. package/lib/stores/editor/panel-group/SQLPlaygroundPanelState.js.map +1 -1
  118. package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.d.ts +1 -1
  119. package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -1
  120. package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.js +3 -0
  121. package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
  122. package/lib/stores/editor/utils/MockDataUtils.d.ts.map +1 -1
  123. package/lib/stores/editor/utils/MockDataUtils.js +3 -0
  124. package/lib/stores/editor/utils/MockDataUtils.js.map +1 -1
  125. package/lib/stores/editor/utils/ModelClassifierUtils.d.ts +2 -5
  126. package/lib/stores/editor/utils/ModelClassifierUtils.d.ts.map +1 -1
  127. package/lib/stores/editor/utils/ModelClassifierUtils.js +2 -6
  128. package/lib/stores/editor/utils/ModelClassifierUtils.js.map +1 -1
  129. package/lib/stores/editor/utils/TestableUtils.d.ts +11 -1
  130. package/lib/stores/editor/utils/TestableUtils.d.ts.map +1 -1
  131. package/lib/stores/editor/utils/TestableUtils.js +50 -1
  132. package/lib/stores/editor/utils/TestableUtils.js.map +1 -1
  133. package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.d.ts +5 -4
  134. package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -1
  135. package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js +4 -1
  136. package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -1
  137. package/package.json +6 -6
  138. package/src/__lib__/LegendStudioApplicationNavigationContext.ts +12 -1
  139. package/src/__lib__/LegendStudioEvent.ts +1 -1
  140. package/src/application/LegendStudioApplicationConfig.ts +8 -0
  141. package/src/components/ElementIconUtils.tsx +3 -0
  142. package/src/components/editor/editor-group/ModelImporter.tsx +4 -0
  143. package/src/components/editor/editor-group/connection-editor/DatabaseBuilder.tsx +12 -13
  144. package/src/components/editor/editor-group/data-editor/EmbeddedDataEditor.tsx +45 -38
  145. package/src/components/editor/editor-group/data-editor/RelationalCSVDataEditor.tsx +140 -31
  146. package/src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx +7 -0
  147. package/src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +6 -0
  148. package/src/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +6 -0
  149. package/src/components/editor/editor-group/mapping-editor/MappingTestableEditor.tsx +296 -414
  150. package/src/components/editor/editor-group/mapping-editor/NewMappingElementModal.tsx +1 -1
  151. package/src/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.tsx +12 -7
  152. package/src/components/editor/editor-group/testable/TestableSharedComponents.tsx +88 -3
  153. package/src/components/editor/panel-group/SQLPlaygroundPanel.tsx +104 -18
  154. package/src/components/editor/side-bar/CreateNewElementModal.tsx +111 -1
  155. package/src/components/extensions/Core_LegendStudioApplicationPlugin.tsx +10 -0
  156. package/src/stores/editor/EditorGraphState.ts +1 -1
  157. package/src/stores/editor/EditorStore.ts +29 -17
  158. package/src/stores/editor/NewElementState.ts +109 -21
  159. package/src/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +33 -40
  160. package/src/stores/editor/editor-state/element-editor-state/data/DataEditorState.ts +7 -1
  161. package/src/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.ts +48 -77
  162. package/src/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.ts +5 -1
  163. package/src/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.ts +407 -617
  164. package/src/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestingHelper.ts +243 -0
  165. package/src/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.ts +6 -2
  166. package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +18 -1
  167. package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +20 -12
  168. package/src/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.ts +76 -18
  169. package/src/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.ts +29 -24
  170. package/src/stores/editor/panel-group/SQLPlaygroundPanelState.ts +224 -1
  171. package/src/stores/editor/sidebar-state/testable/GlobalTestRunnerState.ts +4 -1
  172. package/src/stores/editor/utils/MockDataUtils.ts +2 -0
  173. package/src/stores/editor/utils/ModelClassifierUtils.ts +2 -6
  174. package/src/stores/editor/utils/TestableUtils.ts +73 -0
  175. package/src/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.ts +15 -12
  176. package/tsconfig.json +1 -0
@@ -13,138 +13,116 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { type Mapping, type MappingTestSuite, type Class, type MappingModelCoverageAnalysisResult, type RawLambda, type MappingTest, type SetImplementation, type TestAssertion, type AtomicTest, type Store, type DataElement, MappingDataTestSuite, MappingQueryTestSuite, MappingDataTest, MappingQueryTest, StoreTestData } from '@finos/legend-graph';
16
+ import { type Mapping, MappingTestSuite, type Class, type MappingModelCoverageAnalysisResult, type RawLambda, MappingTest, type AtomicTest, type EmbeddedData, type Store, type DataElement, type TestResult, StoreTestData } from '@finos/legend-graph';
17
17
  import { ActionState, type GeneratorFn } from '@finos/legend-shared';
18
18
  import { LambdaEditorState } from '@finos/legend-query-builder';
19
19
  import { type MappingEditorState } from '../MappingEditorState.js';
20
20
  import { TESTABLE_TEST_TAB, TestableTestEditorState, TestableTestSuiteEditorState } from '../../testable/TestableEditorState.js';
21
21
  import { EmbeddedDataEditorState } from '../../data/DataEditorState.js';
22
22
  import type { EditorStore } from '../../../../EditorStore.js';
23
- export declare enum MAPPING_TEST_SUITE_TYPE {
24
- DATA = "DATA",
25
- QUERY = "QUERY"
26
- }
27
- export declare class MappingTestableQueryState extends LambdaEditorState {
28
- editorStore: EditorStore;
29
- parent: MappingQueryTestSuite | MappingQueryTest;
30
- isInitializingLambda: boolean;
31
- query: RawLambda;
32
- constructor(editorStore: EditorStore, parent: MappingQueryTestSuite | MappingQueryTest, query: RawLambda);
33
- get lambdaId(): string;
34
- setIsInitializingLambda(val: boolean): void;
35
- updateLamba(val: RawLambda): GeneratorFn<void>;
36
- convertLambdaObjectToGrammarString(pretty?: boolean): GeneratorFn<void>;
37
- convertLambdaGrammarStringToObject(): GeneratorFn<void>;
38
- }
39
- export declare abstract class MappingTestState extends TestableTestEditorState {
40
- readonly mappingTestableState: MappingTestableState;
41
- readonly uuid: string;
42
- test: MappingTest;
43
- constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, test: MappingTest);
44
- abstract defaultTab(): TESTABLE_TEST_TAB;
45
- }
46
23
  export declare class StoreTestDataState {
47
24
  readonly editorStore: EditorStore;
48
- readonly testDataState: MappingTestableDataState;
25
+ readonly testDataState: MappingTestDataState;
49
26
  storeTestData: StoreTestData;
50
- generatingTestDataSate: ActionState;
51
27
  embeddedEditorState: EmbeddedDataEditorState;
52
- constructor(editorStore: EditorStore, testDataState: MappingTestableDataState, value: StoreTestData);
28
+ dataElementModal: boolean;
29
+ constructor(editorStore: EditorStore, testDataState: MappingTestDataState, value: StoreTestData);
30
+ setDataElementModal(val: boolean): void;
31
+ changeEmbeddedData(val: EmbeddedData): void;
53
32
  }
54
- export declare class MappingTestableDataState {
33
+ export declare class MappingTestDataState {
55
34
  readonly editorStore: EditorStore;
56
35
  readonly mappingTestableState: MappingTestableState;
57
36
  selectedDataState: StoreTestDataState | undefined;
58
- dataHolder: MappingDataTest | MappingDataTestSuite;
37
+ dataHolder: MappingTest;
59
38
  showNewModal: boolean;
60
- constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, holder: MappingDataTest | MappingDataTestSuite);
39
+ constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, holder: MappingTest);
61
40
  initDefaultStore(): void;
62
41
  setShowModal(val: boolean): void;
63
42
  openStoreTestData(val: StoreTestData): void;
64
43
  deleteStoreTestData(val: StoreTestData): void;
65
44
  addStoreTestData(val: Store, type: string, dataElement: DataElement | undefined): void;
66
45
  }
67
- export declare class MappingQueryTestState extends MappingTestState {
68
- test: MappingQueryTest;
69
- queryState: MappingTestableQueryState;
70
- constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, test: MappingQueryTest);
46
+ export declare class MappingTestState extends TestableTestEditorState {
47
+ readonly parentState: MappingTestSuiteState;
48
+ readonly mappingTestableState: MappingTestableState;
49
+ readonly uuid: string;
50
+ test: MappingTest;
51
+ dataState: MappingTestDataState;
52
+ constructor(editorStore: EditorStore, parentSuiteState: MappingTestSuiteState, test: MappingTest);
71
53
  defaultTab(): TESTABLE_TEST_TAB;
72
- buildQueryState(): MappingTestableQueryState;
73
54
  }
74
- export declare class MappingDataTestState extends MappingTestState {
75
- test: MappingDataTest;
76
- dataState: MappingTestableDataState;
77
- constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, test: MappingDataTest);
78
- defaultTab(): TESTABLE_TEST_TAB;
55
+ export declare class MappingTestSuiteQueryState extends LambdaEditorState {
56
+ editorStore: EditorStore;
57
+ parent: MappingTestSuite;
58
+ isInitializingLambda: boolean;
59
+ query: RawLambda;
60
+ constructor(editorStore: EditorStore, parent: MappingTestSuite, query: RawLambda);
61
+ get lambdaId(): string;
62
+ setIsInitializingLambda(val: boolean): void;
63
+ updateLamba(val: RawLambda): GeneratorFn<void>;
64
+ convertLambdaObjectToGrammarString(pretty?: boolean): GeneratorFn<void>;
65
+ convertLambdaGrammarStringToObject(): GeneratorFn<void>;
79
66
  }
80
- export declare abstract class MappingTestSuiteState extends TestableTestSuiteEditorState {
67
+ export declare class MappingTestSuiteState extends TestableTestSuiteEditorState {
81
68
  readonly mappingTestableState: MappingTestableState;
82
69
  suite: MappingTestSuite;
83
70
  testStates: MappingTestState[];
84
71
  selectTestState: MappingTestState | undefined;
85
72
  showCreateModal: boolean;
73
+ queryState: MappingTestSuiteQueryState;
86
74
  constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, suite: MappingTestSuite);
87
75
  buildTestStates(): MappingTestState[];
88
- abstract getDefaultClass(): Class | undefined;
89
- abstract buildTestState(val: MappingTest): MappingTestState | undefined;
76
+ buildTestState(val: AtomicTest): MappingTestState | undefined;
77
+ buildQueryState(): MappingTestSuiteQueryState;
78
+ createStoreTestData(targetClass: Class | undefined): StoreTestData | undefined;
90
79
  addNewTest(id: string, _class: Class | undefined): void;
91
- abstract createNewTest(id: string, _class: Class | undefined): MappingTest;
92
80
  setShowModal(val: boolean): void;
93
81
  changeTest(val: MappingTest): void;
94
82
  deleteTest(val: MappingTest): void;
95
83
  removeTestState(val: MappingTest): void;
96
84
  }
97
- export declare class MappingDataTestSuiteState extends MappingTestSuiteState {
98
- suite: MappingDataTestSuite;
99
- dataState: MappingTestableDataState;
100
- testStates: MappingQueryTestState[];
101
- selectTestState: MappingQueryTestState | undefined;
102
- constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, suite: MappingDataTestSuite);
103
- buildTestState(val: MappingTest): MappingTestState | undefined;
104
- createNewTest(id: string, _class: Class | undefined): MappingTest;
105
- getDefaultClass(): Class | undefined;
106
- }
107
- export declare class MappingQueryTestSuiteState extends MappingTestSuiteState {
108
- suite: MappingQueryTestSuite;
109
- testStates: MappingDataTestState[];
110
- selectTestState: MappingDataTestState | undefined;
111
- queryState: MappingTestableQueryState;
112
- constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState, suite: MappingQueryTestSuite);
113
- buildTestState(val: MappingTest): MappingTestState | undefined;
114
- createNewTest(id: string, _class: Class | undefined): MappingTest;
115
- buildQueryState(): MappingTestableQueryState;
116
- getDefaultClass(): Class | undefined;
117
- }
118
85
  export declare class CreateSuiteState {
119
86
  readonly editorStore: EditorStore;
120
87
  readonly mappingTestableState: MappingTestableState;
121
88
  showModal: boolean;
122
89
  isCreatingSuiteState: ActionState;
123
90
  constructor(editorStore: EditorStore, mappingTestableState: MappingTestableState);
124
- setShowModal(val: boolean): void;
125
- createAndAddTestSuite(_class: Class, type: MAPPING_TEST_SUITE_TYPE, name: string, testName: string): GeneratorFn<void>;
126
- createDefaultQuery(_class: Class): RawLambda;
127
- attemptToGenerateTestData(setImpl: SetImplementation, editorStore: EditorStore): StoreTestData | undefined;
91
+ createAndAddTestSuite(_class: Class, suiteName: string, testName: string): GeneratorFn<void>;
128
92
  }
129
93
  export declare class MappingTestableState {
130
94
  readonly editorStore: EditorStore;
131
95
  readonly mappingEditorState: MappingEditorState;
132
- selectedTestSuite: MappingTestSuiteState | undefined;
133
- testableComponentToRename: MappingTestSuite | MappingTest | TestAssertion | undefined;
134
- createSuiteState: CreateSuiteState;
135
96
  mappingModelCoverageAnalysisState: ActionState;
136
97
  mappingModelCoverageAnalysisResult: MappingModelCoverageAnalysisResult | undefined;
98
+ testableComponentToRename: MappingTestSuite | MappingTest | undefined;
99
+ createSuiteState: CreateSuiteState | undefined;
100
+ isRunningTestableSuitesState: ActionState;
101
+ isRunningFailingSuitesState: ActionState;
102
+ selectedTestSuite: MappingTestSuiteState | undefined;
103
+ testableResults: TestResult[] | undefined;
104
+ runningSuite: MappingTestSuite | undefined;
137
105
  constructor(editorStore: EditorStore, mappingEditorState: MappingEditorState);
138
106
  get mapping(): Mapping;
139
- renameTestableComponent(val: string | undefined): void;
107
+ get suiteCount(): number;
108
+ get passingSuites(): MappingTestSuite[];
109
+ get failingSuites(): MappingTestSuite[];
110
+ get staticSuites(): MappingTestSuite[];
111
+ resolveSuiteResults(suite: MappingTestSuite): TestResult[] | undefined;
112
+ clearTestResultsForSuite(suite: MappingTestSuite): void;
113
+ setTestableResults(val: TestResult[] | undefined): void;
140
114
  init(): void;
115
+ openCreateModal(): void;
116
+ closeCreateModal(): void;
117
+ renameTestableComponent(val: string | undefined): void;
141
118
  changeSuite(suite: MappingTestSuite): void;
142
- setRenameComponent(testSuite: MappingTestSuite | AtomicTest | undefined): void;
119
+ setRenameComponent(testSuite: MappingTestSuite | MappingTest | undefined): void;
143
120
  deleteTestSuite(testSuite: MappingTestSuite): void;
144
- buildTestSuiteStates(): MappingTestSuiteState[];
145
- buildTestSuiteState(val: MappingTestSuite): MappingTestSuiteState | undefined;
121
+ buildTestSuiteState(val: MappingTestSuite): MappingTestSuiteState;
146
122
  analyzeMappingModelCoverage(): GeneratorFn<void>;
147
- runAllSuites(): void;
148
- runAllFailingSuites(): void;
123
+ runSuite(suite: MappingTestSuite): GeneratorFn<void>;
124
+ runTestable(): GeneratorFn<void>;
125
+ runAllFailingSuites(): GeneratorFn<void>;
126
+ handleNewResults(results: TestResult[]): void;
149
127
  }
150
128
  //# sourceMappingURL=MappingTestableState.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MappingTestableState.d.ts","sourceRoot":"","sources":["../../../../../../../src/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MappingTestableState.d.ts","sourceRoot":"","sources":["../../../../../../../src/stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.ts"],"names":[],"mappings":"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"}