SysTestSuite.numberOfValidTests Method [AX 2012]

Counts the number of valid tests in the suite.

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 valid of tests in the suite.

Remarks

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

See Also

Reference

SysTestSuite Class