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
Noted that all snippets in Arrays category now have unit tests.
Added warning that newer tests are only checked for compiling with
Delphi XE and later.
Corrected some errors and inconsistencies.
Copy file name to clipboardExpand all lines: tests/README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This project provides tests and demos of snippets from the [DelphiDabbler Code Snippets Database](https://github.com/delphidabbler/code-snippets).
4
4
5
+
> ⚠️ Recent changes have only been compiled and tested with Delphi XE and later. While project files for earlier versions of Delphi remain available it is not guaranteed that any of the projects will compile with versions of Delphi prior to Delphi XE.
6
+
5
7
## Directory Structure
6
8
7
9
The project has the following directories:
@@ -15,7 +17,7 @@ Contains:
15
17
16
18
### `./Cat-Arrays`
17
19
18
-
Contains the _TestArraysCat_[^2] project that provides _DUnit_ tests for snippets from the database's _Arrays_ category. Currently tests are only available for the _TArrayUtils_ advanced record.
20
+
Contains the _TestArraysCat_[^2] project that provides _DUnit_ tests for all the snippets in the database's _Arrays_ category.
19
21
20
22
### `./Cat-Date`
21
23
@@ -27,19 +29,19 @@ Contains the _TestDriveCat_[^2] project that implements a GUI application that e
27
29
28
30
### `./Cat-Hex`
29
31
30
-
Contains the _TestHexCat_[^2] project that provides _DUnit_ tests for all the snippets from the database's _Hex Utilities_ category.
32
+
Contains the _TestHexCat_[^2] project that provides _DUnit_ tests for all the snippets in the database's _Hex Utilities_ category.
31
33
32
34
### `./Cat-Maths`
33
35
34
36
Contains the _TestCatMaths_[^2] project that provides _DUnit_ tests for selected snippets from the database's _Mathematics_ category.
35
37
36
38
### `./Cat-String`
37
39
38
-
Contains the _TestCatStructsXE_[^3] project that provides _DUnit_ tests for selected snippets from the database's _Structures_ category.
40
+
Contains the _TestCatString_[^2] project that provides _DUnit_ tests for selected snippets from the database's _String Management_ category.
39
41
40
42
### `./Cat-Structs`
41
43
42
-
Contains the _TestCatString_[^2] project that provides _DUnit_ tests for selected snippets from the database's _String Management_ category.
44
+
Contains the _TestCatStructsXE_[^3] project that provides _DUnit_ tests for all snippets in the database's _Structures_ category.
0 commit comments