Skip to content

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.

string[]

string[]

scan-failed if ComponentSet.fromSource can’t resolve sourceDirs.