Share via


SysTestCaseCompanyData.useSingleInstance Method [AX 2012]

Gets a value that ensures all test methods are run in the same instance of the test case.

Syntax

public boolean useSingleInstance()

Run On

Called

Return Value

Type: boolean
This method always returns true to ensure all the test methods are run in the same instance of the test case.

See Also

Reference

SysTestCaseCompanyData Class