@finos/legend-graph
Version:
Legend graph and graph manager
18 lines • 407 B
JavaScript
export class TestDebug {
testable;
parentSuite;
atomicTest;
error;
constructor(testSuite, atomicTestId) {
this.parentSuite = testSuite;
this.atomicTest = atomicTestId;
}
}
export class TestExecutionPlanDebug extends TestDebug {
executionPlan;
debug;
}
export class UnknownTestDebug extends TestDebug {
value;
}
//# sourceMappingURL=DebugTestsResult.js.map