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 > >