Closed GoogleCodeExporter closed 9 years ago
Would you be able to do something similar to how Boost's unit testing works with
Visual Studio?
http://www.boost.org/doc/libs/1_36_0/libs/test/doc/html/utf/usage-recommendation
s/dot-net-specific.html
Boost can be setup as a post build event and any errors are then provided in
Visual
Studio's format so that a developer can click on the errors and be taken to the
code.
I don't quick know how it all works, but I've been using it for a project and
it's
been great.
I'm interested in switching to googletest, but I'm not sure if I'll get the same
functionality I have now with Boost testing.
-Paul Solt
Original comment by PaulSolt
on 7 Feb 2009 at 8:44
Paul, googletest already outputs in a Visual-Studio-friendly format. If you
make
running the tests as a post-build step, you'll be able to jump to the code by
clicking on the errors. I haven't tried this myself, but I know people who did
this
and my impression is that it's easy to set up.
Original comment by zhanyong...@gmail.com
on 9 Feb 2009 at 12:12
gtest's output can already be understood by VS.
Original comment by zhanyong...@gmail.com
on 22 Feb 2009 at 5:23
Look at http://googletestaddin.codeplex.com/ therre you will find an googletest
Add-In for Visual Studio.
Original comment by Ovaro...@gmail.com
on 17 Nov 2011 at 6:36
Original issue reported on code.google.com by
shiq...@gmail.com
on 29 Sep 2008 at 3:14