Forum member
DamonOverboe
10 posts
Posts by DamonOverboe
-
Export list of failed tests?
I'm using Visual Studio 2012 and I know how to export the code coverage, but I cannot figure out a way to export a list of test results, whether through NCrunch or Visual Studio. Anyone know? The only thing I could find on StackOverflow was an unanswered question: http://stackoverflow.com/qu…
03 Apr 2013 16:19 UTC
-
Free swag for referrals?
Now you have me LOL'ing. A coworker just asked if I was OK. I'm thinking the print-out is nice for the management team, but what about one of those old "mood-changing" t-shirts that actually changes from red to green? Then your teammates can tell how naughty or nice you are currently.
01 Apr 2013 21:52 UTC
-
Free swag for referrals?
Well, if you're going to go all out, why not create one with the spinning logo :-D I really should have tweeted at you instead of posting to the forum, I thought of that afterward. Old school I guess.
01 Apr 2013 21:10 UTC
-
Free swag for referrals?
Have you considered giving out a free t-shirt for referrals that purchase, say, 5 or 10 purchases? It won't influence me on whether I refer the product to someone else, but it might result in a free t-shirt for me! After you get a chuckle out of this (hopefully), you can delete the post. And s…
01 Apr 2013 20:14 UTC
-
Move coverage indicators to the line numbers gutter
Sorry if this is a repost, but I didn't see anything on a quick search. I'm probably a bit different in that I only use one monitor, and I like to use a split screen; test class on the left, code on the right. I personally subscribe to the 80 chars per line max theory; this allows plenty of sp…
04 Mar 2013 19:48 UTC
-
ability to save VS projects as you go?
Well I'm glad to hear I'm not the only one suffering from it. :-D Yeah, before NCrunch if someone told me they never fire off a full build before committing, I'd probably just give them a nice blank stare. No worries that it hasn't been implemented, I just wanted to see if there was a workar…
25 Feb 2013 23:18 UTC
-
ability to save VS projects as you go?
I'm using VS 2012, NCrunch, and xUnit and writing TDD, with svn as the repo. It's probably a matter of I just have to get this worked into my workflow, train myself. But what I'm seeing is as I'm coding, I'm adding files as needed, and running my tests. I have `C+t` and `CS+t` bound to NCrunch…
25 Feb 2013 16:54 UTC
-
No coverage reporting on Property get - .Net, old-style property
Yeah we're working through correcting those. This is for a company I am consulting with. As you already know, I'm addicted to NCrunch, so I'll be continuing with it long term, just waiting for them to pay their 1st invoice before buying it, or my 30 day trial to run out, whichever comes first. :…
30 Jan 2013 20:54 UTC
-
No coverage reporting on Property get - .Net, old-style property
I would bet it's related to the Lost Project References. We had to correct quite a few of those and still have 3-4 outstanding warnings, I'll dig into that tomorrow. *I don't think the remaining warnings are Lost Refs, but not positive.* I did notice once that I got lucky and cleared something an…
30 Jan 2013 06:54 UTC
-
No coverage reporting on Property get - .Net, old-style property
I am covering a property with tests; it is a non-automatic property in VS 2012 c#, and it is indicating no coverage on the property. However, the set shows that it is covered. I have put a breakpoint in the get and debugged the test to see that I am in fact hitting it. I'm currently executin…
29 Jan 2013 22:20 UTC