I did not know about it and I gave it a try just last night. It integrates perfectly in Netbeans (same as JUnit) and it syntax is very convenient, much more than JUnit. Relpacing JUnit is a blink (I believe it can even be done with a script).
my 2 cents ste Ste On Sat, Jan 18, 2014 at 9:00 AM, Konstantin Gribov <gros...@gmail.com>wrote: > Does it give something more than just fluent interface? Does it integrate > to IDEs as good as JUnit? > > -- > Best regards, > Konstantin Gribov. > > > 2014/1/17 Hong-Thai Nguyen <hong-thai.ngu...@polyspot.com> > > > Dear all, > > > > Fest (https://code.google.com/p/fest/ ) syntax is much intuitive than > > JUnit : > > assertEquals("result", gettingResult()); > > by > > assertThat(gettingResult(), is("result")); > > > > We may replace progressively in our tests. > > > > Hong-Thai > > > > >