tearDown (tear down test case)

Syntax:

tearDown();

Description:

Used to tear down a test case after it has been executed.

This procedure is called for each test case.

Overview:

Overview tear down test case

Cobol Syntax:

PROGRAM-ID. TEARDWN.