Adds test sources to the collection
Source position: fpmkunit.pp line 917
public function TSources.AddTest( |
const AFiles: string |
):TSource; |
AFiles |
|
List of test files to add |
Newly created test source item
Creates and adds a new test source entry that specifies test program files used for package validation and quality assurance. Test files verify that the package functionality works correctly.
Test sources are typically run during development and before package releases to ensure code quality and prevent regressions.