GetTaskTests Procedure

Returns the number of Tests in the current task.

Syntax

[ lTests = ] GetTaskTests ( )

The GetTaskTests procedure syntax has the following parts:

 

Name

Type

Description

lTests

Long

Number of tests

Comments

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.

Example

! execute the last task of this program

Test GetTaskTests()

See Also

GetProgramTasks, Task, Test