Re: [Vala] Any xUnit framework for Vala?

2011-01-06 Thread Jens Georg
Let me answer to my question: binding for GLib testing framework actually exist in Vala. They are just hidden. I did not find any examples of unit tests for a Vala app, so I created such example by http://git.gnome.org/browse/rygel/tree/tests ___

Re: [Vala] Any xUnit framework for Vala?

2011-01-04 Thread Anatol Pomozov
Oops, it seems that there are a few messages were out of the maillist. Let me copy it here. Hi On Mon, Dec 27, 2010 at 7:58 PM, b4283 da.mi.spi...@gmail.com wrote: Doesn't Vala already has assertion clauses ? Assertions (and contract programming) is not the same as unit testing, although they

Re: [Vala] Any xUnit framework for Vala?

2011-01-04 Thread Anatol Pomozov
Correct, something like this. GroovyTestCase itself is based on jUnit (de-facto standard unit framework in java world). There is a test framework in Glib already http://library.gnome.org/devel/glib/unstable/glib-Testing.html and IMO the best of all is to adopt it for Vala. There are at least

[Vala] Any xUnit framework for Vala?

2010-12-27 Thread Anatol Pomozov
Hi, I am trying to add some tests to my application and I am looking for an example of Vala application with tests. As an Java developer I would expect that Vala has some xUnit like framework http://en.wikipedia.org/wiki/XUnit but seems there is nothing like this. There is also Glib Testing

Re: [Vala] Any xUnit framework for Vala?

2010-12-27 Thread Ildar Mulyukov
On 28.12.2010 06:21:28, Anatol Pomozov wrote: Hi, Hi! I am trying to add some tests to my application and I am looking for an example of Vala application with tests. As an Java developer I would expect that Vala has some xUnit like framework http://en.wikipedia.org/wiki/XUnit but seems