Skip to content

Commit 4e55cfe

Browse files
authored
Update README.md
1 parent ef9983a commit 4e55cfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ For more informations see [Wiki](https://github.com/AccessCodeLib/AccUnit/wiki)
1111
* 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))
1212

1313
### 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))
1515
* Row test available
16-
* VbaTestSuite with 'Debug.Print'-Output to VBE Immediate window
16+
* TestSuite with 'Debug.Print' output to VBE Immediate window
1717
* Code coverage tests ([Video](https://accunit.access-codelib.net/videos/examples/CodeCoverageTest.mp4))
1818
* Generate test classes with TestClassGenerator (write TestSuite.TestClassGenerator in VBA immediate window) ([Video](https://accunit.access-codelib.net/videos/examples/NW2-UnitTests.mp4
1919
))
2020
* Tag filter: `TestSuite.Add(...).Filter("abc,xyz").Run`
2121
* Test filter: `TestSuite.Add(...).SelectTests("xyz*").Run`
22+
* Output test results to log/text file
2223

2324
### Remarks
2425
Examples see [./examples/msaccess/](https://github.com/AccessCodeLib/AccUnit/blob/main/examples/msaccess/)

0 commit comments

Comments
 (0)