So, quickly, I decided to go ahead and throw NSpec into the mix on top of NBehave . Why not! :) Here is what the example from my previous post would look like using NSpec: [Test, Story] public void Load_checkout_information() { CheckoutOrderDTO checkoutOrderDTO = new CheckoutOrderDTO(); ShoppingCartDTO...