Skip to content

Commit cc66e75

Browse files
committed
add API test
1 parent 1dff106 commit cc66e75

File tree

7 files changed

+1175
-7
lines changed

7 files changed

+1175
-7
lines changed

DeclDictTester.accdb.src/modules/ClassToTest.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Public Function Method1(ByVal X As Long) As Long
2929

3030
End Function
3131

32-
Public Function method2a() As Long
32+
Public Function Method2a() As Long
3333

3434
Dim X As Long
3535

@@ -41,7 +41,7 @@ Public Function method2a() As Long
4141
X = 10
4242
End If
4343

44-
method2a = X
44+
Method2a = X
4545

4646
Exit Function
4747

DeclDictTester.accdb.src/modules/DeclarationDictTestCodemodule.cls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Attribute VB_Exposed = False
1717
Option Compare Database
1818
Option Explicit
1919

20-
'AccUnit:TestRelated
21-
2220
Implements ITestInterface
2321

2422
Dim AccUnitX As Long

0 commit comments

Comments
 (0)