Reputation: 1058
I would like to write unit tests using mock object, like Moq or NSubstitute for C#. Could anyone recommend a mocking library for use with Vala?
Upvotes: 5
Views: 225
Reputation: 3591
Because Vala generates C-Code (using GObject lib), you can use C-mocking libraries like test-dept.
Upvotes: 1