Share via


SysTestCase.setUpTestCase Method [AX 2012]

Sets up the test environment for the test case.

Syntax

public void setUpTestCase()

Run On

Called

Remarks

This method is invoked before any of the test methods are executed. The tearDownTestCase method is invoked after all test methods have run.

See Also

Reference

SysTestCase Class