You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csdb/tests/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ Contains:
13
13
* this file: `README.md`
14
14
* project group files for Delphi 2006..XE[[1]](#1) that group together all the sub-projects that are stored in sub-directories of `Src`.
15
15
16
+
### `./Cat-Arrays`
17
+
18
+
Contains the _TestArraysCat_[[2]](#2) project that provides _DUnit_ tests for snippets from the database's _Arrays_ category. Currently tests are only available for the _TArrayUtils_ advanced record.
19
+
16
20
### `./Cat-Date`
17
21
18
22
Contains the _TestDateCat_[[2]](#2) project that provides _DUnit_ tests for selected snippets from the database's _Date and Time_ category.
@@ -62,3 +66,5 @@ The are different versions of project files for different versions of Delphi. Th
62
66
*`<NAME>XE.dproj` for Delphi XE
63
67
64
68
where `<NAME>` is the base name of the project, for example `TestDateCat` or `TestCatMaths`.
69
+
70
+
> Not all test projects provide all the different project files versions.
0 commit comments