SysTestSuite.numberOfValidTests Method [AX 2012]

Counts the number of valid tests in the suite.

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.

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

Community Additions

ADD
Show: