@finos/legend-graph
Version:
Legend graph and graph manager
28 lines • 1.71 kB
TypeScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { EqualTo } from '../../../graph/metamodel/pure/test/assertion/EqualTo.js';
import { EqualToJson } from '../../../graph/metamodel/pure/test/assertion/EqualToJson.js';
import { EqualToTDS } from '../../../graph/metamodel/pure/test/assertion/EqualToTDS.js';
import type { TestAssertion } from '../../../graph/metamodel/pure/test/assertion/TestAssertion.js';
import type { AtomicTest, TestSuite } from '../../../graph/metamodel/pure/test/Test.js';
import { type ObserverContext } from './CoreObserverHelper.js';
export declare const observe_EqualTo: (metamodel: EqualTo) => EqualTo;
export declare const observe_EqualToTDS: (metamodel: EqualToTDS) => EqualToTDS;
export declare const observe_EqualToJson: (metamodel: EqualToJson) => EqualToJson;
export declare function observe_AtomicTest(metamodel: AtomicTest, context: ObserverContext): AtomicTest;
export declare function observe_TestAssertion(metamodel: TestAssertion): TestAssertion;
export declare function observe_TestSuite(metamodel: TestSuite, context: ObserverContext): TestSuite;
//# sourceMappingURL=Testable_ObserverHelper.d.ts.map