Hi I also don't see much benefits of Google Test vs. Boost.Test. The one benefit of Google Test is that it's working with Google C++ Mocking framework. But for Boost.Test there is turtle library with almost same functionality
On Sun, Mar 24, 2013 at 6:10 PM, Vadim Zeitlin <[email protected]> wrote: > On Sun, 24 Mar 2013 01:13:10 -0300 Ricardo Fabiano de Andrade > <[email protected]> wrote: > > RFdA> Currently, I'm working with googletest. It's suprisingly simple to > RFdA> get used to and extremely produtive. > > What are the advantages of Google Test compared to Boost.Test? I know that > you mentioned testing template classes but I've never had any problems with > this when using Boost.Test so I'm not sure what is this about exactly. And > when in doubt, I'd rather choose a Boost library over a Google one for > several reasons. > > RFdA> BTW, soci has been mentioned in the papers/proposals of the next C++ > RFdA> standard (see N3612). > > I didn't see this one yet, thanks! Here is the link for the lazy: > > http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3612.pdf > > RFdA> Finally, the idea behind CATCH (a single header) is awesome but in my > RFdA> opinion the framework is too immature right now. > > As I said, I don't have much experience of using it in real projects yet > so it could definitely be the case, but could you please explain what > exactly do you mean, i.e. how does its immaturity manifest itself? > > Thanks, > VZ > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > soci-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/soci-users > -- With best wishes, Alex Ott http://alexott.net/ Twitter: alexott_en (English), alexott (Russian) Skype: alex.ott ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
