UNPKG

apex-mutation-testing

Version:

Apex mutation testing plugin

7 lines (6 loc) 245 B
import { ApexMutation } from '../type/ApexMutation.js'; export declare class MutantGenerator { private tokenStream?; compute(classContent: string, coveredLines: Set<number>): ApexMutation[]; mutate(mutation: ApexMutation): string; }