EDIT: This issue has been fixed by google in gtest 1.4.0; see the original bug report for more information.
I've recently switched to gtest for my C++ testing framework, and ...
I am setting up FlexUnit to run from the command line and want to capture the results in JUnit format, so that I can pull them into Hudson.
What are my ...
I'm writing my own test program and I want to be able to re-use tools like Hudson for displaying the results of the test cases. I've so far gotten the results ...
I was wondering if anyone had any idea about how one would go about re-runing failed Junit tests in the same run through. For example, tests 1-5 are run and all ...
I'm using Jasmine-reporters (https://github.com/larrymyers/jasmine-reporters) with Jasmine to output a bunch of JUnitXML format files that I need Hudson to parse for me and report on success/failure. Does anybody know how I ...