SysTestSuite.numberOfTests Method [AX 2012]

Counts the number of tests in the suite.

Syntax

public int numberOfTests()

Run On

Called

Return Value

Type: int
The number of tests in the suite.

Remarks

The result includes all tests in this suite and in any sub suites.

See Also

SysTestSuite Class

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework