o3o
o3o

Reputation: 1058

Mocking library for Vala

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

Answers (1)

NaN
NaN

Reputation: 3591

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

Upvotes: 1

Related Questions