|
1 |
| -About the CodeSnippets Tests project |
2 |
| --------------------------------------------------------------------------------- |
| 1 | +# About the CodeSnippets Tests project |
3 | 2 |
|
4 |
| -This project provides tests and demos of snippets from the DelphiDabbler Code |
5 |
| -Snippets Database https://github.com/delphidabbler/code-snippets |
| 3 | +This project provides tests and demos of snippets from the [DelphiDabbler Code Snippets Database](https://github.com/delphidabbler/code-snippets). |
6 | 4 |
|
7 |
| - |
8 |
| -Directory Structure |
9 |
| --------------------------------------------------------------------------------- |
| 5 | +## Directory Structure |
10 | 6 |
|
11 | 7 | The project has the following directories:
|
12 | 8 |
|
13 |
| -./ |
| 9 | +### `./` |
14 | 10 |
|
15 | 11 | Contains this file.
|
16 | 12 |
|
17 |
| -./Src |
| 13 | +### `./Src` |
18 | 14 |
|
19 |
| - Contains project groups files for Delphi 2006..2010 that group together all |
20 |
| - the sub-projects that are stored in sub-directories of Src. |
| 15 | + Contains project groups files for Delphi 2006..2010 that group together all the sub-projects that are stored in sub-directories of `Src`. |
21 | 16 |
|
22 |
| - There is also a batch file, Config.bat, that is used to create the temporary |
23 |
| - directories needed to compile the code. |
| 17 | + There is also a batch file, `Config.bat`, that is used to create the temporary directories needed to compile the code. |
24 | 18 |
|
25 |
| -./Src/Cat-Date |
| 19 | +### `./Src/Cat-Date` |
26 | 20 |
|
27 |
| - Contains the TestDateCat project that provides DUnit tests for selected |
28 |
| - snippets from the database's Date and Time category. |
| 21 | + Contains the _TestDateCat_ project that provides _DUnit_ tests for selected snippets from the database's _Date and Time_ category. |
29 | 22 |
|
30 |
| -./Src/Cat-Drive |
| 23 | +### `./Src/Cat-Drive` |
31 | 24 |
|
32 |
| - Contains the TestDriveCat project that implements a GUI application that |
33 |
| - exercises and demonstrates all the code from the database's Drive Management |
34 |
| - category. |
| 25 | + Contains the _TestDriveCat_ project that implements a GUI application that exercises and demonstrates all the code from the database's _Drive Management_ category. |
35 | 26 |
|
36 |
| -./Src/Cat-Hex |
| 27 | +### `./Src/Cat-Hex` |
37 | 28 |
|
38 |
| - Contains the TestHexCat project that provides DUnit tests for all the snippets |
39 |
| - from the database's Hex Utilities category. |
| 29 | + Contains the _TestHexCat_ project that provides _DUnit_ tests for all the snippets from the database's _Hex Utilities_ category. |
40 | 30 |
|
41 |
| -./Src/Cat-Maths |
| 31 | +### `./Src/Cat-Maths` |
42 | 32 |
|
43 |
| - Contains the TestCatMaths project that provides DUnit tests for selected |
44 |
| - snippets from the database's Mathematics category. |
| 33 | + Contains the _TestCatMaths_ project that provides _DUnit_ tests for selected snippets from the database's _Mathematics_ category. |
45 | 34 |
|
46 |
| -./Src/Cat-String |
| 35 | +### `./Src/Cat-String` |
47 | 36 |
|
48 |
| - Contains the TestCatString project that provides DUnit tests for selected |
49 |
| - snippets from the database's String Management category. |
| 37 | + Contains the _TestCatString_ project that provides _DUnit_ tests for selected snippets from the database's _String Management_ category. |
50 | 38 |
|
51 |
| -./Src/Cat-Structs |
| 39 | +### `./Src/Cat-Structs` |
52 | 40 |
|
53 |
| - Contains the TestCatStruct project the provides DUnit tests for selected |
54 |
| - snippets from the database's Structs category. |
| 41 | + Contains the _TestCatStruct_ project the provides _DUnit_ tests for selected snippets from the database's _Structs_ category. |
55 | 42 |
|
56 |
| -./Src/Cat-WinSys |
| 43 | +### `./Src/Cat-WinSys` |
57 | 44 |
|
58 |
| - Contains the TextWinSysCat project that provides a GUI application that |
59 |
| - exercises and demonstrates all the code from the database's Windows System |
60 |
| - category. |
| 45 | + Contains the _TextWinSysCat_ project that provides a GUI application that exercises and demonstrates all the code from the database's _Windows System_ category. |
0 commit comments