|
ProjectDetails
All you need to know about this mini project
Featured IntroductionThis project is an independent addition for googletest. Google Test is an excellent xUnit style c++ unit testing framework. It is highly recommended. One (minor) drawback of Google Test is it's text based UI, and this project attempts to help. DeliverablesThis project is a standalone .Net 2.0 executable which displays a UI for a Google Test based harness with the following elements:
The project runs on both Windows and Linux (under Mono). Here are some ScreenShots. Installation
If you insist on "Program Files", then you will need to run this with Administrative rights. Version HistorySee VersionHistory FAQWhy isn't this a plug-in for my favorite IDEI didn't want to bother writing several plug-in's. Actually I sisn;t even want to write one. I find that a standalone app that I run constantly as I code is very convenient, and I am not limited to VS 2005/2008/2010, Eclipse, etc. So how do you recommend I use this
Note 1: the test executable should (of course) be a google test executable. The application parses google test stdout. Note 2:The application remembers the last executable run between sessions. I cant open SLN/Proj filesYou are probably on an older VS version. Don't worry - project is dead simple. Just roll up your own and add all files. Enjoy. Omri. |
How can I execute the Guitar.exe automatically from command line? I want unit test automation by including it as a post build event in Visual Studio 2008.
I want to second pablo's question. Is it possible to automatically run particular test from the command line?