-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: November 2008
BDD and Parameterized testing
Although I really like Astels style BDD still use a lot of parameterized testing and though I should give you an example why, using XUnit.net. Lets say we’re testing simple SPECIFICATION style rules, in BDD we might write: [Concerning(typeof(ValidEmailRule<TestEntity>))]public class When_using_rule_on_a_null_string : … Continue reading
Posted in BDD, TDD, Unit Testing
Leave a comment
BDD – Available Frameworks
I’ve been using the Astels style of BDD for a while now but so far I’ve just done it using MSTest/NUnit and a few custom base classes. I think that’s a good way to start out, as with so many … Continue reading
Posted in Uncategorized
Leave a comment
