KCML_Test_EnumerateDefTests

Purpose

Enumerate the DEFTESTs for a given library.

Definition

DEFSUB 'KCML_Test_EnumerateDefTests(sLibraryFile$, p AS SYM('KCML_Test_EnumerateDefTests_Prototype)) AS Void

Parameters

sLibraryFileThe name of the library file.
pSYM of a function compatible with the prototype 'KCML_Test_EnumerateDefTests_Prototype

Description

Enumerate the DEFTESTs for a given library file. This will call the callback function for every DEFTEST in the given library.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.