Monday, September 28th, 2009
I took some time tonight to throw together a build script for producing proper releases of AutoRunner. If you don’t feel like compiling it yourself, you can get a pre-compiled version here.
I used ILMerge to merge the Growl for Windows assemblies into the executable so it’s basically a single file now.
By the way, last night [...]
Sunday, September 27th, 2009
I recently came across this awesome code kata performance by Corey Haines here.
Besides enjoying and learning from his actual performance, I was really impressed by his use of a Ruby tool called autotest. (I’m not sure, but it looks like it has become autospec.)
Not being a Ruby developer, I wanted the same thing for .NET. [...]
Saturday, September 26th, 2009
I’ve been using Fabio Maulo’s NUnitEx project to get fluent assertions on a personal project recently and have been loving it.
He then went and moved on to a new project called SharpTestsEx, which he intended to be framework-agnostic, but currently only worked with MSTest which prevented me from being able to use it (since I [...]
Friday, September 4th, 2009
I’m so sick of Ctrl+Tab’ing back to my test file, finding the test I want to run, right-clicking it with the mouse, and selecting Run Test(s) or Test With.
How come nobody told me that TestDriven.NET came with keyboard shortcuts? They have to be manually mapped, but once I did that, I’ve found them indispensible.
Alt+1 : [...]