scanTestClasses
scanTestClasses(
sourceDirs):string[]
Defined in: packages/simply-apex-core/src/apexTestSuite.ts:90
Scans sourceDirs (recursively) for Apex classes and returns the full names of the ones that
are @IsTest-annotated, deduplicated and sorted alphabetically.
Parameters
Section titled “Parameters”sourceDirs
Section titled “sourceDirs”string[]
Returns
Section titled “Returns”string[]
Throws
Section titled “Throws”scan-failed if ComponentSet.fromSource can’t resolve sourceDirs.