UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

7 lines (6 loc) 188 B
export default class ApexTestSuite { private sourceDir; private suiteName; constructor(sourceDir: string, suiteName: string); getConstituentClasses(): Promise<string[]>; }