SysTestCase.setUpTestCase Method [AX 2012]

Sets up the test environment for the test case.

public void setUpTestCase()

Run On

Called

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

Community Additions

ADD
Show: