Share via


SysTestSuite.tearDown Method [AX 2012]

Tears down the suite.

Syntax

public void tearDown()

Run On

Called

Remarks

This method is invoked after the suite has been executed.

See Also

SysTestSuite Class

SysTestCase.tearDown Method

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework