The 'test' suffix
| ID | NAMING-24 |
| Title | Reserve the suffix Test only for unit test filenames. |
| Priority | Recommended |
| Severity level | 9 |
| Description | Use the suffix Test only for unit test filenames. |
| Rationale | This increases the readability of the code as it is clear from the name of the file that it is a unit test file. |