5
votes

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?

1

1 Answers

1
votes

Because Vala generates C-Code (using GObject lib), you can use C-mocking libraries like test-dept.