setUp (setup test case)

Syntax:

setUp();

Description:

Used to set up a test case before it is executed.

This procedure is called for each test case.

Overview:

Overview set up test case

Cobol Syntax:

PROGRAM-ID. SETUP.