Share via


SysTest.numberOfValidTests Method [AX 2012]

Returns the number of valid test methods.

Syntax

public int numberOfValidTests(SysTestResult _testResults)

Run On

Called

Parameters

  • _testResults
    Type: SysTestResult Class
    The test result class that contains the filtering setting.

Return Value

Type: int
The number of valid test methods.

Remarks

The number of test methods is always 0 or 1.

See Also

Reference

SysTest Class