UNPKG

systelab-components-wdio-test

Version:
10 lines (9 loc) 356 B
export declare class TraceabilityUtility { private static coveredSpecs; static registerCoveredSpecs(specList: string[]): void; static addCoveredSpecs(specsList: string[]): void; static clearCoveredSpecs(): void; static dumpCoveredSpecs(): void; static getCoveredSpecsPrettyString(): string; static hasCoveredSpecs(): boolean; }