SysTestCase.tearDown Method [AX 2012]

Tears down the test case environment.

Syntax

public void tearDown()

Run On

Called

Remarks

This method is invoked after every time that the test method has been executed.

See Also

SysTestCase Class

SysTestCase.setUp Method

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework