Skip to content

Commit 5c44d42

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

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AccUnit
2-
**AccUnit - Test your VBA/Access code**
2+
**AccUnit - Test your Access/Excel VBA code**
33

44
For more informations see [Wiki](https://github.com/AccessCodeLib/AccUnit/wiki) and https://accunit.access-codelib.net/
55

@@ -11,15 +11,18 @@ 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-
* 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-
* Row test available
16-
* TestSuite with 'Debug.Print' output to VBE Immediate window
17-
* Code coverage tests ([Video](https://accunit.access-codelib.net/videos/examples/CodeCoverageTest.mp4))
18-
* Generate test classes with TestClassGenerator (write TestSuite.TestClassGenerator in VBA immediate window) ([Video](https://accunit.access-codelib.net/videos/examples/NW2-UnitTests.mp4
19-
))
20-
* Tag filter: `TestSuite.Add(...).Filter("abc,xyz").Run`
21-
* Test filter: `TestSuite.Add(...).SelectTests("xyz*").Run`
22-
* Output test results to log/text file
14+
* Run tests
15+
* 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)
16+
* Tag filter: `TestSuite.Add(...).Filter("abc,xyz").Run`
17+
* Test filter: `TestSuite.Add(...).SelectTests("xyz*").Run`
18+
* Write tests
19+
* Row test available
20+
* Generate test classes with TestClassGenerator (write TestSuite.TestClassGenerator in VBA immediate window) ([Video](https://accunit.access-codelib.net/videos/examples/NW2-UnitTests.mp4))
21+
* Output test results
22+
* TestSuite with 'Debug.Print' output to VBE Immediate window
23+
* Output test results to log/text file
24+
* Other features
25+
* Code coverage tests ([Video](https://accunit.access-codelib.net/videos/examples/CodeCoverageTest.mp4))
2326

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

0 commit comments

Comments
 (0)