Add a mock object mixin that can check call expectations on mocks.
* test/mock-object.vala: Add initial mock object implementation. * test/test-case.vala; Add some useful high level assertion functions.
This commit is contained in:
parent
15748cef03
commit
712088061b
4 changed files with 423 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
geary_test_lib_sources = [
|
||||
'mock-object.vala',
|
||||
'test-case.vala',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue