SysTestSuite.setUp Method [AX 2012]

Sets up the suite.

Syntax

public void setUp()

Run On

Called

Remarks

This method is invoked before the suite is executed. The tearDown method is invoked after the suite has been executed.

See Also

SysTestSuite Class

SysTestCase.setUp Method

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework