SysTestCase.setUp Method [AX 2012]

Sets up the test case environment.

Syntax

public void setUp()

Run On

Called

Remarks

This method is invoked before each test method. The tearDown method is invoked after each test method.

See Also

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework