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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,15 @@ For more informations see [Wiki](https://github.com/AccessCodeLib/AccUnit/wiki)
11
11
* Run COM regfree (with [Access Add-In](https://github.com/AccessCodeLib/AccUnit/tree/main/access-add-in) or [Excel Add-In](https://github.com/AccessCodeLib/AccUnit/tree/main/excel-add-in))
12
12
13
13
### Dev state
14
-
*Simple test can started by [Access-Add-In](https://github.com/AccessCodeLib/AccUnit/tree/main/access-add-in)
14
+
*Tests can started by [Access-Add-In](https://github.com/AccessCodeLib/AccUnit/tree/main/access-add-in) or [Excel Add-In](https://github.com/AccessCodeLib/AccUnit/tree/main/excel-add-in))
15
15
* Row test available
16
-
*VbaTestSuite with 'Debug.Print'-Output to VBE Immediate window
16
+
*TestSuite with 'Debug.Print' output to VBE Immediate window
* Generate test classes with TestClassGenerator (write TestSuite.TestClassGenerator in VBA immediate window) ([Video](https://accunit.access-codelib.net/videos/examples/NW2-UnitTests.mp4
19
19
))
20
20
* Tag filter: `TestSuite.Add(...).Filter("abc,xyz").Run`
21
21
* Test filter: `TestSuite.Add(...).SelectTests("xyz*").Run`
22
+
* Output test results to log/text file
22
23
23
24
### Remarks
24
25
Examples see [./examples/msaccess/](https://github.com/AccessCodeLib/AccUnit/blob/main/examples/msaccess/)
0 commit comments