tearDownSuite (tear down test suite)

Syntax:

tearDownSuite();

Description:

Used to tear down a test suite after the last test case has been executed.

This procedure can be used to remove test data or deallocate resources after the last test case has been executed.

Overview:

Übersicht Teardown Test Suite

Cobol Syntax:

PROGRAM-ID. TEARDWNSTE.