We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d0422 commit 21967e8Copy full SHA for 21967e8
notes
@@ -0,0 +1,30 @@
1
+--[[
2
+moctocat?
3
+count mocula
4
+
5
+Public
6
+- luamock.mock() for starting expectation
7
+- luamock.createMockedMethod(m)
8
+- luamock.createMockedFunction(f)
9
+- luamock.createMockedTable(t)
10
+- luamock.createMockedObject(o)
11
+]]
12
13
14
15
+Can fields be mocked as well?
16
17
18
19
+How should mixed strict and unenforced ordering be handled?
20
21
+Consider:
22
+m1
23
+m2
24
+and then m3
25
+and then m4
26
27
+This should probably allow:
28
+m1 => m2 => m3 => m4
29
+m2 => m1 => m3 => m4
30
0 commit comments