Skip to content

Commit 21967e8

Browse files
committed
Actually added notes to notes
1 parent a2d0422 commit 21967e8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

notes

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)