Unit test framework for Vala
Asked Answered
B

1

7

I am thinking of developing an application using Vala. I would like to write unit tests for my code - but I have not (as yet) found any actively maintained unit test frameworks for Vala (e.g. Valadate).

Could anyone recommend a unit testing framework for use with Vala?

As an aside, given the relative 'newness' of Vala, can Vala be considered production ready - are there any known enterprise apps out there developed in Vala?

Bahrain answered 2/5, 2012 at 9:35 Comment(1)
Why is this tagged as 'c'?Instable
V
6

There is a simple unit test facility already built into Vala: GLib.Test.

Unity, the user interface for the Ubuntu desktop, is partly written in Vala (the rest is C++.)

Vitrescence answered 3/5, 2012 at 5:55 Comment(2)
Here you can find a useful postSha
The answer is correct, but it is kind of lack luster. Especially since the official documentation on how to use those unit tests is kind of sketchy :/Gunslinger

© 2022 - 2024 — McMap. All rights reserved.