Returns the number of Tests in the current task.
[ lTests = ] GetTaskTests ( )
The GetTaskTests procedure syntax has the following parts:
Name |
Type |
Description |
lTests |
Long |
Number of tests |
This function is provided only for compatibility with ATEasy 2. In ATEasy 3, this returns the number of children of the current task, which could be an another task.
! execute the last task of this program
Test GetTaskTests()