SysTest.numberOfTests Method [AX 2012]

Returns the number of test methods.

Syntax

public int numberOfTests()

Run On

Called

Return Value

Type: int
The number of test methods.

Remarks

The number of test methods is always 1.

See Also

SysTest Class

SysTestCase Class

SysTestSuite Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework