Casting function tests
BladeSmith generates the following files in the project\functest\cast\castfunction directory
for every cast function for which you entered test data.
| File name | Description |
|---|---|
| cast.sql | Tests for castfunction. |
| cleanup.sql | Drops all of 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. |