User-defined routine tests

BladeSmith generates the following files in the project\functest\udr\routine directory for every user-defined routine for which you entered test data.
Table 1. User-defined routine tests
File name Description
call_neg.sql Negative tests for routine.
call_pos.sql Positive tests for routine.
cleanup.sql Drops the test tables from the database.
main.sh Executes the tests in this directory (.sh indicates this is a shell script).
setup.sql Creates test tables and initializes them with test data.