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:
Michael James Gratton 2018-03-09 12:03:07 +11:00
parent 15748cef03
commit 712088061b
4 changed files with 423 additions and 3 deletions

View file

@ -1,4 +1,5 @@
geary_test_lib_sources = [
'mock-object.vala',
'test-case.vala',
]