31 Jan 2005 09:05
Re: Groovy and TestNG
FWIW we don't yet properly support annotations - though the new groovy parser (not yet completely integrated by default) can handle currently annotations on classes (though it can't yet handle annotations on methods & fields) Since TestNG appears to depend solely on annotations to work, it could be a little time before we can combine these two tools. On 30 Jan 2005, at 11:58, Jean-Louis Berliet wrote: > Hi, > > I am a complete Groovy-newbie. > > I want to use groovy to write tests with the TestNG framework : > http://beust.com/testng/ > > The groovy shell has problems with the " <at> Test" and " <at> Configuration" > keywords. (I'm working with the latest Cvs of Groovy and JRE 1.5.0). > > Groovy looks like a very clever scripting language, TestNG is a very > good testing framework, but how to use them together ? > > Thanks. > > > > James ------- http://radio.weblogs.com/0112098/
RSS Feed