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
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# AccUnit
2
-
**AccUnit - Test your VBA/Access code**
2
+
**AccUnit - Test your Access/Excel VBA code**
3
3
4
4
For more informations see [Wiki](https://github.com/AccessCodeLib/AccUnit/wiki) and https://accunit.access-codelib.net/
5
5
@@ -11,15 +11,18 @@ 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
-
* 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
* 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
0 commit comments